org.tritonus.saol.compiler
Class UserOpcodeEntry

java.lang.Object
  extended by org.tritonus.saol.compiler.UserOpcodeEntry

public class UserOpcodeEntry
extends java.lang.Object

Representation of one opcode implementation. This class is used for entries in the opcode table.


Constructor Summary
UserOpcodeEntry(java.lang.String strOpcodeName, AOpcodedeclOpcodedecl startNode)
           
 
Method Summary
 java.lang.String getOpcodeName()
           
 AOpcodedeclOpcodedecl getStartNode()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserOpcodeEntry

public UserOpcodeEntry(java.lang.String strOpcodeName,
                       AOpcodedeclOpcodedecl startNode)
Method Detail

getOpcodeName

public java.lang.String getOpcodeName()

getStartNode

public AOpcodedeclOpcodedecl getStartNode()