Package | Description |
---|---|
mycompiler.mybytecode | |
mycompiler.myclass | |
mycompiler.mystatement |
Modifier and Type | Method and Description |
---|---|
void |
ClassFile.add_method(java.lang.String name,
java.lang.String param_type,
ParameterList param,
Type type,
Block block,
short acc_flag,
de.dhbwstuttgart.typeinference.Menge paralist,
boolean isAbstract) |
Modifier and Type | Method and Description |
---|---|
Block |
Method.get_Block() |
Block |
Class.get_class_block() |
Modifier and Type | Method and Description |
---|---|
static void |
Class.addOffsetsToAssumption(CTypeAssumption localAssumption,
Block localBlock,
java.lang.String NameVariable,
boolean isMemberVariable)
Methode f�gt zu einer CTypeAssumption alle
Offsets hinzu, wo die Variable benutzt wird.
|
void |
Method.set_Block(Block blo) |
void |
Class.set_class_block(Block block) |
Modifier and Type | Field and Description |
---|---|
Block |
LocalVarDecl.block |
Modifier and Type | Method and Description |
---|---|
void |
LambdaExpression.setBody(Block block) |