Uses of Class
ida.pelab.prt.pattern.PatternLevel

Packages that use PatternLevel
ida.pelab.cgn   
ida.pelab.cgn.ccode   
ida.pelab.cgn.TextComment   
ida.pelab.prt.pattern   
ida.pelab.prt.patternhierarchy   
 

Uses of PatternLevel in ida.pelab.cgn
 

Methods in ida.pelab.cgn that return PatternLevel
 PatternLevel ICodeGenerator.getLevel()
           
 

Uses of PatternLevel in ida.pelab.cgn.ccode
 

Methods in ida.pelab.cgn.ccode that return PatternLevel
 PatternLevel CCodeGenerator.getLevel()
           
 

Uses of PatternLevel in ida.pelab.cgn.TextComment
 

Methods in ida.pelab.cgn.TextComment that return PatternLevel
 PatternLevel CommentCodeGenerator.getLevel()
           
 

Uses of PatternLevel in ida.pelab.prt.pattern
 

Methods in ida.pelab.prt.pattern that return PatternLevel
 PatternLevel PatternStructure.getLevel()
           
static PatternLevel PatternLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PatternLevel[] PatternLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ida.pelab.prt.pattern with parameters of type PatternLevel
 void PatternStructure.setLevel(PatternLevel level)
           
 

Uses of PatternLevel in ida.pelab.prt.patternhierarchy
 

Methods in ida.pelab.prt.patternhierarchy with parameters of type PatternLevel
static java.util.ArrayList<PatternStructure> PatternHierarchyGraph.getPatternsByLevel(PatternLevel level)
           
static boolean PatternHierarchyGraph.hasPatternatLevel(java.lang.String patternName, PatternLevel level)
          checks whether there exists a pattern with the name "patternName" at the level specified by the level variable