Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.xpand.doc/src/5.0/content/builtin_api.xml')
-rw-r--r--doc/org.eclipse.xpand.doc/src/5.0/content/builtin_api.xml2111
1 files changed, 2111 insertions, 0 deletions
diff --git a/doc/org.eclipse.xpand.doc/src/5.0/content/builtin_api.xml b/doc/org.eclipse.xpand.doc/src/5.0/content/builtin_api.xml
new file mode 100644
index 00000000..649d8518
--- /dev/null
+++ b/doc/org.eclipse.xpand.doc/src/5.0/content/builtin_api.xml
@@ -0,0 +1,2111 @@
+
+<section id="builtin_api">
+ <title>Built-in types API documentation</title>
+
+
+ <section id="builtin_api_Object">
+ <title><classname>Object</classname></title>
+ <para>
+ <?dbfo keep-with-next="always" ?>
+ Supertype:
+none
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_Object_Properties">
+ <title>Properties of <classname>Object</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_oaw::Type'>oaw::Type</link></classname>
+ </entry>
+ <entry>
+ <methodname>metaType</methodname>
+ </entry>
+ <entry>
+ returns this object's meta type.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_Object_Operations">
+ <title>Operations of <classname>Object</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Return type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>==</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>&lt;</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_String'>String</link></classname>
+ </entry>
+ <entry>
+ <methodname>toString</methodname>
+ ()
+ </entry>
+ <entry>
+ returns the String representation of this object. (Calling Java's toString() method)
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>&lt;=</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>!=</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>&gt;</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Integer'>Integer</link></classname>
+ </entry>
+ <entry>
+ <methodname>compareTo</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+ Compares this object with the specified object for order. Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>&gt;=</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ </section>
+
+
+ <section id="builtin_api_String">
+ <title><classname>String</classname></title>
+ <para>
+ <?dbfo keep-with-next="always" ?>
+ Supertype:
+<classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_String_Properties">
+ <title>Properties of <classname>String</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Integer'>Integer</link></classname>
+ </entry>
+ <entry>
+ <methodname>length</methodname>
+ </entry>
+ <entry>
+ the length of this string
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_String_Operations">
+ <title>Operations of <classname>String</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Return type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_String'>String</link></classname>
+ </entry>
+ <entry>
+ <methodname>toLowerCase</methodname>
+ ()
+ </entry>
+ <entry>
+ Converts all of the characters in this String to lower case using the rules of the default locale (from Java)
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_String'>String</link></classname>
+ </entry>
+ <entry>
+ <methodname>+</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+ concatenates two strings
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_List'>List</link></classname>
+ </entry>
+ <entry>
+ <methodname>toCharList</methodname>
+ ()
+ </entry>
+ <entry>
+ splits this String into a List[String] containing Strings of length 1
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_String'>String</link></classname>
+ </entry>
+ <entry>
+ <methodname>toFirstUpper</methodname>
+ ()
+ </entry>
+ <entry>
+ Converts the first character in this String to upper case using the rules of the default locale (from Java)
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_String'>String</link></classname>
+ </entry>
+ <entry>
+ <methodname>subString</methodname>
+ (<classname><link linkend='builtin_api_Integer'>Integer</link></classname>, <classname><link linkend='builtin_api_Integer'>Integer</link></classname>)
+ </entry>
+ <entry>
+ Tests if this string ends with the specified prefix.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_String'>String</link></classname>
+ </entry>
+ <entry>
+ <methodname>trim</methodname>
+ ()
+ </entry>
+ <entry>
+ Returns a copy of the string, with leading and trailing whitespace omitted. (from Java 1.4)
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_String'>String</link></classname>
+ </entry>
+ <entry>
+ <methodname>toFirstLower</methodname>
+ ()
+ </entry>
+ <entry>
+ Converts the first character in this String to lower case using the rules of the default locale (from Java)
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_String'>String</link></classname>
+ </entry>
+ <entry>
+ <methodname>toUpperCase</methodname>
+ ()
+ </entry>
+ <entry>
+ Converts all of the characters in this String to upper case using the rules of the default locale (from Java)
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_List'>List</link></classname>
+ </entry>
+ <entry>
+ <methodname>split</methodname>
+ (<classname><link linkend='builtin_api_String'>String</link></classname>)
+ </entry>
+ <entry>
+ Splits this string around matches of the given regular expression (from Java 1.4)
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>startsWith</methodname>
+ (<classname><link linkend='builtin_api_String'>String</link></classname>)
+ </entry>
+ <entry>
+ Tests if this string starts with the specified prefix.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>matches</methodname>
+ (<classname><link linkend='builtin_api_String'>String</link></classname>)
+ </entry>
+ <entry>
+ Tells whether or not this string matches the given regular expression. (from Java 1.4)
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Integer'>Integer</link></classname>
+ </entry>
+ <entry>
+ <methodname>asInteger</methodname>
+ ()
+ </entry>
+ <entry>
+ Returns an Integer object holding the value of the specified String (from Java 1.5)
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>contains</methodname>
+ (<classname><link linkend='builtin_api_String'>String</link></classname>)
+ </entry>
+ <entry>
+ Tests if this string contains substring.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>endsWith</methodname>
+ (<classname><link linkend='builtin_api_String'>String</link></classname>)
+ </entry>
+ <entry>
+ Tests if this string ends with the specified prefix.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_String'>String</link></classname>
+ </entry>
+ <entry>
+ <methodname>replaceFirst</methodname>
+ (<classname><link linkend='builtin_api_String'>String</link></classname>, <classname><link linkend='builtin_api_String'>String</link></classname>)
+ </entry>
+ <entry>
+ Replaces the first substring of this string that matches the given regular expression with the given replacement.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_String'>String</link></classname>
+ </entry>
+ <entry>
+ <methodname>replaceAll</methodname>
+ (<classname><link linkend='builtin_api_String'>String</link></classname>, <classname><link linkend='builtin_api_String'>String</link></classname>)
+ </entry>
+ <entry>
+ Replaces each substring of this string that matches the given regular expression with the given replacement.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ </section>
+
+
+ <section id="builtin_api_Integer">
+ <title><classname>Integer</classname></title>
+ <para>
+ <?dbfo keep-with-next="always" ?>
+ Supertype:
+<classname><link linkend='builtin_api_Real'>Real</link></classname>
+ </para>
+ <para>
+
+
+ This type does not define any properties.
+
+
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_Integer_Operations">
+ <title>Operations of <classname>Integer</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Return type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_List'>List</link></classname>
+ </entry>
+ <entry>
+ <methodname>upTo</methodname>
+ (<classname><link linkend='builtin_api_Integer'>Integer</link></classname>)
+ </entry>
+ <entry>
+ returns a List of Integers starting with the value of the target expression, up to the value of the specified Integer, incremented by one.e.g. '1.upTo(5)' evaluates to {1,2,3,4,5}
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>&gt;=</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_List'>List</link></classname>
+ </entry>
+ <entry>
+ <methodname>upTo</methodname>
+ (<classname><link linkend='builtin_api_Integer'>Integer</link></classname>, <classname><link linkend='builtin_api_Integer'>Integer</link></classname>)
+ </entry>
+ <entry>
+ returns a List of Integers starting with the value of the target expression, up to the value of the first paramter, incremented by the second parameter.e.g. '1.upTo(10, 2)' evaluates to {1,3,5,7,9}
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Integer'>Integer</link></classname>
+ </entry>
+ <entry>
+ <methodname>-</methodname>
+ (<classname><link linkend='builtin_api_Integer'>Integer</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Integer'>Integer</link></classname>
+ </entry>
+ <entry>
+ <methodname>+</methodname>
+ (<classname><link linkend='builtin_api_Integer'>Integer</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>&lt;=</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>==</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Integer'>Integer</link></classname>
+ </entry>
+ <entry>
+ <methodname>*</methodname>
+ (<classname><link linkend='builtin_api_Integer'>Integer</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>!=</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>&gt;</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Integer'>Integer</link></classname>
+ </entry>
+ <entry>
+ <methodname>-</methodname>
+ ()
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>&lt;</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Integer'>Integer</link></classname>
+ </entry>
+ <entry>
+ <methodname>/</methodname>
+ (<classname><link linkend='builtin_api_Integer'>Integer</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ </section>
+
+
+ <section id="builtin_api_Boolean">
+ <title><classname>Boolean</classname></title>
+ <para>
+ <?dbfo keep-with-next="always" ?>
+ Supertype:
+<classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </para>
+ <para>
+
+
+ This type does not define any properties.
+
+
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_Boolean_Operations">
+ <title>Operations of <classname>Boolean</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Return type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>!</methodname>
+ ()
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ </section>
+
+
+ <section id="builtin_api_Real">
+ <title><classname>Real</classname></title>
+ <para>
+ <?dbfo keep-with-next="always" ?>
+ Supertype:
+<classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </para>
+ <para>
+
+
+ This type does not define any properties.
+
+
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_Real_Operations">
+ <title>Operations of <classname>Real</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Return type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Real'>Real</link></classname>
+ </entry>
+ <entry>
+ <methodname>*</methodname>
+ (<classname><link linkend='builtin_api_Real'>Real</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>&gt;=</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>&lt;=</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Real'>Real</link></classname>
+ </entry>
+ <entry>
+ <methodname>-</methodname>
+ ()
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>==</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>!=</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>&lt;</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Real'>Real</link></classname>
+ </entry>
+ <entry>
+ <methodname>-</methodname>
+ (<classname><link linkend='builtin_api_Real'>Real</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Real'>Real</link></classname>
+ </entry>
+ <entry>
+ <methodname>/</methodname>
+ (<classname><link linkend='builtin_api_Real'>Real</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>&gt;</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Real'>Real</link></classname>
+ </entry>
+ <entry>
+ <methodname>+</methodname>
+ (<classname><link linkend='builtin_api_Real'>Real</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ </section>
+
+
+ <section id="builtin_api_Collection">
+ <title><classname>Collection</classname></title>
+ <para>
+ <?dbfo keep-with-next="always" ?>
+ Supertype:
+<classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_Collection_Properties">
+ <title>Properties of <classname>Collection</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>isEmpty</methodname>
+ </entry>
+ <entry>
+ returns true if this Collection is empty
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Integer'>Integer</link></classname>
+ </entry>
+ <entry>
+ <methodname>size</methodname>
+ </entry>
+ <entry>
+ returns the size of this Collection
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_Collection_Operations">
+ <title>Operations of <classname>Collection</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Return type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>contains</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+ returns true if this collection contains the specified object. otherwise false. returns this Collection.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_List'>List</link></classname>
+ </entry>
+ <entry>
+ <methodname>toList</methodname>
+ ()
+ </entry>
+ <entry>
+ converts this collection to List
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Set'>Set</link></classname>
+ </entry>
+ <entry>
+ <methodname>toSet</methodname>
+ ()
+ </entry>
+ <entry>
+ converts this collection to Set
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_List'>List</link></classname>
+ </entry>
+ <entry>
+ <methodname>flatten</methodname>
+ ()
+ </entry>
+ <entry>
+ returns a flatten List.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Set'>Set</link></classname>
+ </entry>
+ <entry>
+ <methodname>intersect</methodname>
+ (<classname><link linkend='builtin_api_Collection'>Collection</link></classname>)
+ </entry>
+ <entry>
+ returns a new Set, containing only the elements contained in this and the specified Collection
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_String'>String</link></classname>
+ </entry>
+ <entry>
+ <methodname>toString</methodname>
+ (<classname><link linkend='builtin_api_String'>String</link></classname>)
+ </entry>
+ <entry>
+ concatenates each contained element (using toString()), separated by the specified String.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Collection'>Collection</link></classname>
+ </entry>
+ <entry>
+ <methodname>removeAll</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+ removes all elements contained in the specified collection from this Collection if contained (modifies it!). returns this Collection.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Collection'>Collection</link></classname>
+ </entry>
+ <entry>
+ <methodname>remove</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+ removes the specified element from this Collection if contained (modifies it!). returns this Collection.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Set'>Set</link></classname>
+ </entry>
+ <entry>
+ <methodname>without</methodname>
+ (<classname><link linkend='builtin_api_Collection'>Collection</link></classname>)
+ </entry>
+ <entry>
+ returns a new Set, containing all elements from this Collection without the elements from specified Collection
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Collection'>Collection</link></classname>
+ </entry>
+ <entry>
+ <methodname>addAll</methodname>
+ (<classname><link linkend='builtin_api_Collection'>Collection</link></classname>)
+ </entry>
+ <entry>
+ adds all elements to the Collection (modifies it!). returns this Collection.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Collection'>Collection</link></classname>
+ </entry>
+ <entry>
+ <methodname>add</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+ adds an element to the Collection (modifies it!). returns this Collection.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Set'>Set</link></classname>
+ </entry>
+ <entry>
+ <methodname>union</methodname>
+ (<classname><link linkend='builtin_api_Collection'>Collection</link></classname>)
+ </entry>
+ <entry>
+ returns a new Set, containing all elements from this and the specified Collection
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>containsAll</methodname>
+ (<classname><link linkend='builtin_api_Collection'>Collection</link></classname>)
+ </entry>
+ <entry>
+ returns true if this collection contains each element contained in the specified collection. otherwise false. returns this Collection.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ </section>
+
+
+ <section id="builtin_api_List">
+ <title><classname>List</classname></title>
+ <para>
+ <?dbfo keep-with-next="always" ?>
+ Supertype:
+<classname><link linkend='builtin_api_Collection'>Collection</link></classname>
+ </para>
+ <para>
+
+
+ This type does not define any properties.
+
+
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_List_Operations">
+ <title>Operations of <classname>List</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Return type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_List'>List</link></classname>
+ </entry>
+ <entry>
+ <methodname>withoutFirst</methodname>
+ ()
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </entry>
+ <entry>
+ <methodname>last</methodname>
+ ()
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Integer'>Integer</link></classname>
+ </entry>
+ <entry>
+ <methodname>indexOf</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_List'>List</link></classname>
+ </entry>
+ <entry>
+ <methodname>withoutLast</methodname>
+ ()
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </entry>
+ <entry>
+ <methodname>reverse</methodname>
+ ()
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </entry>
+ <entry>
+ <methodname>first</methodname>
+ ()
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </entry>
+ <entry>
+ <methodname>get</methodname>
+ (<classname><link linkend='builtin_api_Integer'>Integer</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ </section>
+
+
+ <section id="builtin_api_Set">
+ <title><classname>Set</classname></title>
+ <para>
+ <?dbfo keep-with-next="always" ?>
+ Supertype:
+<classname><link linkend='builtin_api_Collection'>Collection</link></classname>
+ </para>
+ <para>
+
+
+ This type does not define any properties.
+
+
+ </para>
+ <para>
+
+
+ This type does not define any operations.
+
+
+ </para>
+ </section>
+
+
+ <section id="builtin_api_oaw::Type">
+ <title><classname>oaw::Type</classname></title>
+ <para>
+ <?dbfo keep-with-next="always" ?>
+ Supertype:
+<classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_oaw::Type_Properties">
+ <title>Properties of <classname>oaw::Type</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_String'>String</link></classname>
+ </entry>
+ <entry>
+ <methodname>name</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Set'>Set</link></classname>
+ </entry>
+ <entry>
+ <methodname>allStaticProperties</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_String'>String</link></classname>
+ </entry>
+ <entry>
+ <methodname>documentation</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Set'>Set</link></classname>
+ </entry>
+ <entry>
+ <methodname>superTypes</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Set'>Set</link></classname>
+ </entry>
+ <entry>
+ <methodname>allProperties</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Set'>Set</link></classname>
+ </entry>
+ <entry>
+ <methodname>allFeatures</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Set'>Set</link></classname>
+ </entry>
+ <entry>
+ <methodname>allOperations</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_oaw::Type_Operations">
+ <title>Operations of <classname>oaw::Type</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Return type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_oaw::Operation'>oaw::Operation</link></classname>
+ </entry>
+ <entry>
+ <methodname>getOperation</methodname>
+ (<classname><link linkend='builtin_api_String'>String</link></classname>, <classname><link linkend='builtin_api_List'>List</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_oaw::Feature'>oaw::Feature</link></classname>
+ </entry>
+ <entry>
+ <methodname>getFeature</methodname>
+ (<classname><link linkend='builtin_api_String'>String</link></classname>, <classname><link linkend='builtin_api_List'>List</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </entry>
+ <entry>
+ <methodname>newInstance</methodname>
+ ()
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_oaw::StaticProperty'>oaw::StaticProperty</link></classname>
+ </entry>
+ <entry>
+ <methodname>getStaticProperty</methodname>
+ (<classname><link linkend='builtin_api_String'>String</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_oaw::Property'>oaw::Property</link></classname>
+ </entry>
+ <entry>
+ <methodname>getProperty</methodname>
+ (<classname><link linkend='builtin_api_String'>String</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>isAssignableFrom</methodname>
+ (<classname><link linkend='builtin_api_oaw::Type'>oaw::Type</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>isInstance</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ </section>
+
+
+ <section id="builtin_api_oaw::Feature">
+ <title><classname>oaw::Feature</classname></title>
+ <para>
+ <?dbfo keep-with-next="always" ?>
+ Supertype:
+<classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_oaw::Feature_Properties">
+ <title>Properties of <classname>oaw::Feature</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_String'>String</link></classname>
+ </entry>
+ <entry>
+ <methodname>name</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_oaw::Type'>oaw::Type</link></classname>
+ </entry>
+ <entry>
+ <methodname>owner</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_String'>String</link></classname>
+ </entry>
+ <entry>
+ <methodname>documentation</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_oaw::Type'>oaw::Type</link></classname>
+ </entry>
+ <entry>
+ <methodname>returnType</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ <para>
+
+
+ This type does not define any operations.
+
+
+ </para>
+ </section>
+
+
+ <section id="builtin_api_oaw::Property">
+ <title><classname>oaw::Property</classname></title>
+ <para>
+ <?dbfo keep-with-next="always" ?>
+ Supertype:
+<classname><link linkend='builtin_api_oaw::Feature'>oaw::Feature</link></classname>
+ </para>
+ <para>
+
+
+ This type does not define any properties.
+
+
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_oaw::Property_Operations">
+ <title>Operations of <classname>oaw::Property</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Return type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </entry>
+ <entry>
+ <methodname>get</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Void'>Void</link></classname>
+ </entry>
+ <entry>
+ <methodname>set</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>, <classname><link linkend='builtin_api_Object'>Object</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ </section>
+
+
+ <section id="builtin_api_oaw::Operation">
+ <title><classname>oaw::Operation</classname></title>
+ <para>
+ <?dbfo keep-with-next="always" ?>
+ Supertype:
+<classname><link linkend='builtin_api_oaw::Feature'>oaw::Feature</link></classname>
+ </para>
+ <para>
+
+
+ This type does not define any properties.
+
+
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_oaw::Operation_Operations">
+ <title>Operations of <classname>oaw::Operation</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Return type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </entry>
+ <entry>
+ <methodname>evaluate</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>, <classname><link linkend='builtin_api_List'>List</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_List'>List</link></classname>
+ </entry>
+ <entry>
+ <methodname>getParameterTypes</methodname>
+ ()
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ </section>
+
+
+ <section id="builtin_api_oaw::StaticProperty">
+ <title><classname>oaw::StaticProperty</classname></title>
+ <para>
+ <?dbfo keep-with-next="always" ?>
+ Supertype:
+<classname><link linkend='builtin_api_oaw::Feature'>oaw::Feature</link></classname>
+ </para>
+ <para>
+
+
+ This type does not define any properties.
+
+
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_oaw::StaticProperty_Operations">
+ <title>Operations of <classname>oaw::StaticProperty</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Return type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </entry>
+ <entry>
+ <methodname>get</methodname>
+ ()
+ </entry>
+ <entry>
+ returns the static value
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ </section>
+
+
+ <section id="builtin_api_Void">
+ <title><classname>Void</classname></title>
+ <para>
+ <?dbfo keep-with-next="always" ?>
+ Supertype:
+<classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </para>
+ <para>
+
+
+ This type does not define any properties.
+
+
+ </para>
+ <para>
+
+
+ This type does not define any operations.
+
+
+ </para>
+ </section>
+
+
+ <section id="builtin_api_xtend::AdviceContext">
+ <title><classname>xtend::AdviceContext</classname></title>
+ <para>
+ <?dbfo keep-with-next="always" ?>
+ Supertype:
+<classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_xtend::AdviceContext_Properties">
+ <title>Properties of <classname>xtend::AdviceContext</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_List'>List</link></classname>
+ </entry>
+ <entry>
+ <methodname>paramTypes</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_String'>String</link></classname>
+ </entry>
+ <entry>
+ <methodname>name</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_List'>List</link></classname>
+ </entry>
+ <entry>
+ <methodname>paramNames</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_List'>List</link></classname>
+ </entry>
+ <entry>
+ <methodname>paramValues</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_xtend::AdviceContext_Operations">
+ <title>Operations of <classname>xtend::AdviceContext</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Return type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </entry>
+ <entry>
+ <methodname>proceed</methodname>
+ (<classname><link linkend='builtin_api_List'>List</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </entry>
+ <entry>
+ <methodname>proceed</methodname>
+ ()
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ </section>
+
+
+ <section id="builtin_api_xpand2::Definition">
+ <title><classname>xpand2::Definition</classname></title>
+ <para>
+ <?dbfo keep-with-next="always" ?>
+ Supertype:
+<classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_xpand2::Definition_Properties">
+ <title>Properties of <classname>xpand2::Definition</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_List'>List</link></classname>
+ </entry>
+ <entry>
+ <methodname>paramTypes</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_String'>String</link></classname>
+ </entry>
+ <entry>
+ <methodname>name</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_List'>List</link></classname>
+ </entry>
+ <entry>
+ <methodname>paramNames</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_oaw::Type'>oaw::Type</link></classname>
+ </entry>
+ <entry>
+ <methodname>targetType</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_xpand2::Definition_Operations">
+ <title>Operations of <classname>xpand2::Definition</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Return type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Void'>Void</link></classname>
+ </entry>
+ <entry>
+ <methodname>proceed</methodname>
+ ()
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_String'>String</link></classname>
+ </entry>
+ <entry>
+ <methodname>toString</methodname>
+ ()
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Void'>Void</link></classname>
+ </entry>
+ <entry>
+ <methodname>proceed</methodname>
+ (<classname><link linkend='builtin_api_Object'>Object</link></classname>, <classname><link linkend='builtin_api_List'>List</link></classname>)
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ </section>
+
+
+ <section id="builtin_api_xpand2::Iterator">
+ <title><classname>xpand2::Iterator</classname></title>
+ <para>
+ <?dbfo keep-with-next="always" ?>
+ Supertype:
+<classname><link linkend='builtin_api_Object'>Object</link></classname>
+ </para>
+ <para>
+
+
+ <table frame='all' id="builtin_api_xpand2::Iterator_Properties">
+ <title>Properties of <classname>xpand2::Iterator</classname></title>
+ <?dbfo keep-together.within-column="auto" ?>
+ <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+ <colspec colname='c1'/>
+ <colspec colname='c2'/>
+ <colspec colname='c3'/>
+ <thead>
+ <row>
+ <entry>Type</entry>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>lastIteration</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Boolean'>Boolean</link></classname>
+ </entry>
+ <entry>
+ <methodname>firstIteration</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Integer'>Integer</link></classname>
+ </entry>
+ <entry>
+ <methodname>elements</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Integer'>Integer</link></classname>
+ </entry>
+ <entry>
+ <methodname>counter0</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <classname><link linkend='builtin_api_Integer'>Integer</link></classname>
+ </entry>
+ <entry>
+ <methodname>counter1</methodname>
+ </entry>
+ <entry>
+
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
+ </para>
+ <para>
+
+
+ This type does not define any operations.
+
+
+ </para>
+ </section>
+
+
+</section>

Back to the top