org.tritonus.saol.compiler
Class UserOpcodeEntry
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserOpcodeEntry
public UserOpcodeEntry(java.lang.String strOpcodeName,
AOpcodedeclOpcodedecl startNode)
getOpcodeName
public java.lang.String getOpcodeName()
getStartNode
public AOpcodedeclOpcodedecl getStartNode()