net.sf.jode.flow
Class CreateExpression
java.lang.Object
net.sf.jode.flow.CreateExpression
public class CreateExpression
- extends Object
This transformation creates expressions. It transforms
Sequ[expr_1, Sequ[expr_2, ..., Sequ[expr_n, op] ...]]
to
expr(op, [ expr_1, ..., expr_n ])
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateExpression
public CreateExpression()
transform
public static boolean transform(InstructionContainer ic,
StructuredBlock last)
- This does the transformation.
- Returns:
- true if flow block was simplified.