net.sf.jode.flow
Class CreatePrePostIncExpression

java.lang.Object
  extended by net.sf.jode.flow.CreatePrePostIncExpression

public class CreatePrePostIncExpression
extends Object


Constructor Summary
CreatePrePostIncExpression()
           
 
Method Summary
static boolean createLocalPrePostInc(InstructionContainer ic, StructuredBlock last)
           
static boolean createPostInc(InstructionContainer ic, StructuredBlock last)
           
static boolean transform(InstructionContainer ic, StructuredBlock last)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatePrePostIncExpression

public CreatePrePostIncExpression()
Method Detail

transform

public static boolean transform(InstructionContainer ic,
                                StructuredBlock last)

createLocalPrePostInc

public static boolean createLocalPrePostInc(InstructionContainer ic,
                                            StructuredBlock last)

createPostInc

public static boolean createPostInc(InstructionContainer ic,
                                    StructuredBlock last)