public class WhileStmt extends Statement
| Modifier and Type | Field and Description |
|---|---|
Expr |
expr |
Statement |
loop_block |
protected static Logger |
parserlog |
parent| Constructor and Description |
|---|
WhileStmt(int offset,
int variableLength) |
| Modifier and Type | Method and Description |
|---|---|
Menge<SyntaxTreeNode> |
getChildren() |
int |
getTypeLineNumber() |
JavaCodeResult |
printJavaCode(ResultSet resultSet) |
void |
set_Expr(Expr exp) |
void |
set_Loop_block(Statement blk) |
java.lang.String |
toString()
Author: Martin Pl�micke |
ConstraintsSet |
TYPEStmt(TypeAssumptions assumptions) |
void |
wandleRefTypeAttributes2GenericAttributes(Menge<Type> paralist,
Menge<GenericTypeVar> genericMethodParameters) |
getDescription, getOffset, getReturnType, getType, getTypeInformation, getVariableLength, setReturnType, setTypeaddTypeInsertPoints, equals, getGTVDeclarationContext, getMatchingParentNode, getParent, getParentClass, parserPostProcessing, seesTypepublic Expr expr
public Statement loop_block
protected static Logger parserlog
public void set_Expr(Expr exp)
public void set_Loop_block(Statement blk)
public java.lang.String toString()
toString in class java.lang.Objectpublic void wandleRefTypeAttributes2GenericAttributes(Menge<Type> paralist, Menge<GenericTypeVar> genericMethodParameters)
wandleRefTypeAttributes2GenericAttributes in class Statementpublic ConstraintsSet TYPEStmt(TypeAssumptions assumptions)
public int getTypeLineNumber()
public JavaCodeResult printJavaCode(ResultSet resultSet)
printJavaCode in class Statementpublic Menge<SyntaxTreeNode> getChildren()
getChildren in class SyntaxTreeNode