Uses of Class
ida.pelab.prt.constraints.RuleParameterType

Packages that use RuleParameterType
ida.pelab.prt.constraints   
ida.pelab.prt.pattern   
ida.pelab.prt.patternrecognitionTool   
 

Uses of RuleParameterType in ida.pelab.prt.constraints
 

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

Methods in ida.pelab.prt.constraints with parameters of type RuleParameterType
 void TypeCheck.setParamType(RuleParameterType paramType)
           
 

Constructors in ida.pelab.prt.constraints with parameters of type RuleParameterType
TypeCheck(RuleParameterType paramType, java.lang.String parameter)
           
 

Uses of RuleParameterType in ida.pelab.prt.pattern
 

Methods in ida.pelab.prt.pattern that return RuleParameterType
 RuleParameterType PatternInstanceParameter.getType()
           
 RuleParameterType PatternStructure.getType(java.lang.String stringRef)
           
 

Methods in ida.pelab.prt.pattern with parameters of type RuleParameterType
 void PatternInstanceParameter.setType(RuleParameterType type)
           
 

Constructors in ida.pelab.prt.pattern with parameters of type RuleParameterType
PatternInstanceParameter(cetus.hir.Traversable node, RuleParameterType nodetype)
           
 

Uses of RuleParameterType in ida.pelab.prt.patternrecognitionTool
 

Methods in ida.pelab.prt.patternrecognitionTool that return RuleParameterType
static RuleParameterType StructuralComparison.mapType(cetus.hir.Traversable node)
          maps the type of a Traversable class node to one of the defined types in the RuleParameterType enumeration.