org.tritonus.saol.engine.opcodes
Class OpcodeEntry

java.lang.Object
  extended by 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.


Constructor Summary
OpcodeEntry(java.lang.String strOpcodeName, OpcodeClass opcodeClass, int nRate)
           
OpcodeEntry(java.lang.String strOpcodeName, OpcodeClass opcodeClass, java.lang.String strMethodName, int nRate)
           
 
Method Summary
 java.lang.String getMethodName()
           
 OpcodeClass getOpcodeClass()
           
 java.lang.String getOpcodeName()
           
 int getRate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getOpcodeName

public java.lang.String getOpcodeName()

getOpcodeClass

public OpcodeClass getOpcodeClass()

getMethodName

public java.lang.String getMethodName()

getRate

public int getRate()