org.stringtemplate.v4.compiler
Class Bytecode.Instruction

java.lang.Object
  extended by org.stringtemplate.v4.compiler.Bytecode.Instruction
Enclosing class:
Bytecode

public static class Bytecode.Instruction
extends java.lang.Object


Field Summary
 java.lang.String name
           
 int nopnds
           
 Bytecode.OperandType[] type
           
 
Constructor Summary
Bytecode.Instruction(java.lang.String name)
           
Bytecode.Instruction(java.lang.String name, Bytecode.OperandType a)
           
Bytecode.Instruction(java.lang.String name, Bytecode.OperandType a, Bytecode.OperandType b)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

type

public Bytecode.OperandType[] type

nopnds

public int nopnds
Constructor Detail

Bytecode.Instruction

public Bytecode.Instruction(java.lang.String name)

Bytecode.Instruction

public Bytecode.Instruction(java.lang.String name,
                            Bytecode.OperandType a)

Bytecode.Instruction

public Bytecode.Instruction(java.lang.String name,
                            Bytecode.OperandType a,
                            Bytecode.OperandType b)


Copyright © 2011. All Rights Reserved.