Package | Description |
---|---|
org.stringtemplate.v4.compiler |
Modifier and Type | Field | Description |
---|---|---|
Bytecode.OperandType[] |
Bytecode.Instruction.type |
Modifier and Type | Method | 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 | Description |
---|---|
Instruction(String name,
Bytecode.OperandType a) |
|
Instruction(String name,
Bytecode.OperandType a,
Bytecode.OperandType b) |
Copyright © 2019. All rights reserved.