|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstructionContainer | |
net.sf.jode.flow |
Uses of InstructionContainer in net.sf.jode.flow |
Subclasses of InstructionContainer in net.sf.jode.flow | |
class |
ConditionalBlock
An ConditionalBlock is the structured block representing an if instruction. |
class |
InstructionBlock
This is the structured block for atomic instructions. |
class |
ReturnBlock
This is the structured block for a Return block. |
class |
SwitchBlock
This is the structured block for an empty block. |
class |
ThrowBlock
This is the structured block for an Throw block. |
Methods in net.sf.jode.flow with parameters of type InstructionContainer | |
static boolean |
CreateAssignExpression.transform(InstructionContainer ic,
StructuredBlock last)
|
static boolean |
CreateAssignExpression.createAssignOp(InstructionContainer ic,
StructuredBlock last)
|
static boolean |
CreateAssignExpression.createAssignExpression(InstructionContainer ic,
StructuredBlock last)
|
static boolean |
CreatePrePostIncExpression.transform(InstructionContainer ic,
StructuredBlock last)
|
static boolean |
CreatePrePostIncExpression.createLocalPrePostInc(InstructionContainer ic,
StructuredBlock last)
|
static boolean |
CreatePrePostIncExpression.createPostInc(InstructionContainer ic,
StructuredBlock last)
|
static boolean |
CreateExpression.transform(InstructionContainer ic,
StructuredBlock last)
This does the transformation. |
static boolean |
CreateNewConstructor.transform(InstructionContainer ic,
StructuredBlock last)
|
static boolean |
CreateIfThenElseOperator.create(InstructionContainer ic,
StructuredBlock last)
This handles the normal form of the ? |
static boolean |
CreateCheckNull.transformJavac(InstructionContainer ic,
StructuredBlock last)
Transforms the code DUP POP.getClass() to a CheckNullOperator. |
static boolean |
CreateConstantArray.transform(InstructionContainer ic,
StructuredBlock last)
|
|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |