Uses of Enum
org.stringtemplate.v4.compiler.Bytecode.OperandType
Packages that use Bytecode.OperandType
-
Uses of Bytecode.OperandType in org.stringtemplate.v4.compiler
Fields in org.stringtemplate.v4.compiler declared as Bytecode.OperandTypeMethods in org.stringtemplate.v4.compiler that return Bytecode.OperandTypeModifier and TypeMethodDescriptionstatic Bytecode.OperandTypeReturns the enum constant of this type with the specified name.static Bytecode.OperandType[]Bytecode.OperandType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.stringtemplate.v4.compiler with parameters of type Bytecode.OperandTypeModifierConstructorDescriptionInstruction(String name, Bytecode.OperandType a) Instruction(String name, Bytecode.OperandType a, Bytecode.OperandType b)