|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tritonus.saol.engine.opcodes.OpcodeClass
public class OpcodeClass
The Math Opcodes (Section 5.9.4).
| Field Summary | |
|---|---|
static int |
TYPE_OPCODE_INSTANCE
Opcode class type: one instance per opcode usage. |
static int |
TYPE_RUNTIME_INSTANCE
Opcode class type: one instance per renderer instance. |
static int |
TYPE_STATIC
Opcode class type: no instance needed. |
| Constructor Summary | |
|---|---|
OpcodeClass(java.lang.String strName,
int nType)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Retrieves the name of the opcode class. |
int |
getType()
Retrieves the type of the opcode class. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int TYPE_STATIC
public static final int TYPE_RUNTIME_INSTANCE
public static final int TYPE_OPCODE_INSTANCE
| Constructor Detail |
|---|
public OpcodeClass(java.lang.String strName,
int nType)
strName - the name of the opcode class.
A fully qualified class name is expected
(package.class).nType - the instantiation type of the class.
One of TYPE_STATIC, TYPE_RUNTIME_INSTANCE
and TYPE_OPCODE_INSTANCE.| Method Detail |
|---|
public java.lang.String getName()
public int getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||