org.stringtemplate.v4.compiler
Class Bytecode.Instruction
java.lang.Object
org.stringtemplate.v4.compiler.Bytecode.Instruction
- Enclosing class:
- Bytecode
public static class Bytecode.Instruction
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
type
public Bytecode.OperandType[] type
nopnds
public int nopnds
Bytecode.Instruction
public Bytecode.Instruction(String name)
Bytecode.Instruction
public Bytecode.Instruction(String name,
Bytecode.OperandType a)
Bytecode.Instruction
public Bytecode.Instruction(String name,
Bytecode.OperandType a,
Bytecode.OperandType b)
Copyright © 2011. All Rights Reserved.