org.tritonus.saol.engine.opcodes
Class OpcodeEntry
java.lang.Object
org.tritonus.saol.engine.opcodes.OpcodeEntry
public class OpcodeEntry
- extends java.lang.Object
Representation of one opcode implementation.
This class is used for entries in the opcode table.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpcodeEntry
public OpcodeEntry(java.lang.String strOpcodeName,
OpcodeClass opcodeClass,
int nRate)
OpcodeEntry
public OpcodeEntry(java.lang.String strOpcodeName,
OpcodeClass opcodeClass,
java.lang.String strMethodName,
int nRate)
getOpcodeName
public java.lang.String getOpcodeName()
getOpcodeClass
public OpcodeClass getOpcodeClass()
getMethodName
public java.lang.String getMethodName()
getRate
public int getRate()