Uses of Class
ida.pelab.prt.generalfunctions.LoopDirectionType

Packages that use LoopDirectionType
ida.pelab.prt.constraints   
ida.pelab.prt.generalfunctions   
ida.pelab.prt.pattern   
 

Uses of LoopDirectionType in ida.pelab.prt.constraints
 

Methods in ida.pelab.prt.constraints that return LoopDirectionType
 LoopDirectionType LoopCheck.getDirection()
           
 

Methods in ida.pelab.prt.constraints with parameters of type LoopDirectionType
 void LoopCheck.setDirection(LoopDirectionType direction)
           
 

Constructors in ida.pelab.prt.constraints with parameters of type LoopDirectionType
LoopCheck(java.lang.String step, LoopDirectionType dir)
           
 

Uses of LoopDirectionType in ida.pelab.prt.generalfunctions
 

Methods in ida.pelab.prt.generalfunctions that return LoopDirectionType
static LoopDirectionType LoopFunctions.detectLoopDirection(cetus.hir.ForLoop fLoop)
           
static LoopDirectionType LoopDirectionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LoopDirectionType[] LoopDirectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of LoopDirectionType in ida.pelab.prt.pattern
 

Methods in ida.pelab.prt.pattern that return LoopDirectionType
 LoopDirectionType LoopVariable.getDirection()
           
 

Methods in ida.pelab.prt.pattern with parameters of type LoopDirectionType
 void LoopVariable.setDirection(LoopDirectionType dir)
           
 

Constructors in ida.pelab.prt.pattern with parameters of type LoopDirectionType
LoopVariable(cetus.hir.Expression ex, cetus.hir.Expression lb, cetus.hir.Expression ub, cetus.hir.Expression step, LoopDirectionType dir, cetus.hir.BinaryOperator op)