|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.codegen.OOStatement
0..1 hasStatements n OOGenToken -------------------------------- OOStatement token {ordered,} statement
Constructor Summary | |
OOStatement()
Default Constructor |
Method Summary | |
static void |
add(java.util.LinkedList theList,
java.lang.Object theObject)
No comment provided by developer, please add a comment to improve documentation. |
static void |
add(java.util.LinkedList theList,
OOStatement newStatement)
No comment provided by developer, please add a comment to improve documentation. |
static void |
addAll(java.util.LinkedList theList,
java.util.Iterator iter)
Access method for an one to n association. |
static void |
addAll(java.util.LinkedList theLinkedList,
OOStatement[] statements)
append all statements to theLinkedList |
abstract java.lang.String |
getSourceCode(OOGenVisitor visitor)
Get the sourceCode attribute of the OOStatement object |
OOGenToken |
getToken()
UMLMethod: '+ getToken (): OOGenToken'. |
void |
removeYou()
UMLMethod: '+ removeYou (): Void'. |
boolean |
setToken(OOGenToken value)
UMLMethod: '+ setToken (value: OOGenToken): Boolean'. |
static OOStatement[] |
toArray(java.util.LinkedList theList)
copy contents of theList to an array |
java.lang.String |
toString()
Describe toString method here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OOStatement()
Method Detail |
public abstract java.lang.String getSourceCode(OOGenVisitor visitor)
visitor
- No description provided
public boolean setToken(OOGenToken value)
value
- The new token value
public OOGenToken getToken()
public void removeYou()
public static void addAll(java.util.LinkedList theLinkedList, OOStatement[] statements)
statements
to theLinkedList
theLinkedList
- a LinkedList
valuestatements
- The object added.public static OOStatement[] toArray(java.util.LinkedList theList)
theList
to an array
theList
- a LinkedList
value
OOStatement[]
valuepublic static void add(java.util.LinkedList theList, OOStatement newStatement)
theList
- No description providednewStatement
- No description providedpublic static void add(java.util.LinkedList theList, java.lang.Object theObject)
theList
- No description providedtheObject
- No description providedpublic static void addAll(java.util.LinkedList theList, java.util.Iterator iter)
theList
- The object added.iter
- The object added.public java.lang.String toString()
toString
method here.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |