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, setType
addTypeInsertPoints, equals, getGTVDeclarationContext, getMatchingParentNode, getParent, getParentClass, parserPostProcessing, seesType
public 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.Object
public void wandleRefTypeAttributes2GenericAttributes(Menge<Type> paralist, Menge<GenericTypeVar> genericMethodParameters)
wandleRefTypeAttributes2GenericAttributes
in class Statement
public ConstraintsSet TYPEStmt(TypeAssumptions assumptions)
public int getTypeLineNumber()
public JavaCodeResult printJavaCode(ResultSet resultSet)
printJavaCode
in class Statement
public Menge<SyntaxTreeNode> getChildren()
getChildren
in class SyntaxTreeNode