| Package | Description |
|---|---|
| org.stringtemplate.v4.compiler |
| Modifier and Type | Field and Description |
|---|---|
Bytecode.OperandType[] |
Bytecode.Instruction.type |
| Modifier and Type | Method and Description |
|---|---|
static Bytecode.OperandType |
Bytecode.OperandType.valueOf(String name)
Returns 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.
|
| Constructor and Description |
|---|
Bytecode.Instruction(String name,
Bytecode.OperandType a) |
Bytecode.Instruction(String name,
Bytecode.OperandType a,
Bytecode.OperandType b) |
Copyright © 2013. All Rights Reserved.