|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.uni_paderborn.fujaba.codegen.CodeGenFragment
| Field Summary | |
private java.lang.String |
name
No comment provided by developer, please add a comment to improve documentation. |
private CodeGenFragment |
nextFragment
No comment provided by developer, please add a comment to improve documentation. |
private CodeGenFragment |
previousFragment
No comment provided by developer, please add a comment to improve documentation. |
| Constructor Summary | |
CodeGenFragment()
Constructor for class CodeGenFragment |
|
CodeGenFragment(java.lang.String name)
Constructor for class CodeGenFragment |
|
| Method Summary | |
java.lang.String |
getName()
Get the name attribute of the CodeGenFragment object |
CodeGenFragment |
getNextFragment()
Get the nextToken attribute of the CodeGenToken object |
CodeGenFragment |
getPreviousFragment()
Get the previousToken attribute of the CodeGenToken object |
abstract java.lang.String |
getSourceCode()
Get the sourceCode attribute of the CodeGenFragment object |
void |
setNextFragment(CodeGenFragment nextToken)
Sets the nextToken attribute of the CodeGenToken object |
void |
setPreviousFragment(CodeGenFragment previousToken)
Sets the previousToken attribute of the CodeGenToken object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private final java.lang.String name
private transient CodeGenFragment previousFragment
private transient CodeGenFragment nextFragment
| Constructor Detail |
public CodeGenFragment()
public CodeGenFragment(java.lang.String name)
name - No description provided| Method Detail |
public java.lang.String getName()
public CodeGenFragment getPreviousFragment()
public void setPreviousFragment(CodeGenFragment previousToken)
previousToken - The new previousToken valuepublic CodeGenFragment getNextFragment()
public void setNextFragment(CodeGenFragment nextToken)
nextToken - The new nextToken valuepublic abstract java.lang.String getSourceCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||