Uses of Class
org.jikesrvm.compilers.baseline.BuildBB.InstructionType

Packages that use BuildBB.InstructionType
org.jikesrvm.compilers.baseline   
 

Uses of BuildBB.InstructionType in org.jikesrvm.compilers.baseline
 

Methods in org.jikesrvm.compilers.baseline that return BuildBB.InstructionType
static BuildBB.InstructionType BuildBB.InstructionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BuildBB.InstructionType[] BuildBB.InstructionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.