|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jdo.api.persistence.enhancer.classfile.VMOp
public class VMOp
Description of the VM opcodes
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
VMOp(int theOpcode,
String theOpcodeName,
int nArgs,
int nResults,
String argDescr,
String resultDescr)
constructor for a VMOp |
|
| Method Summary | |
|---|---|
String |
argTypes()
Return the type descriptor for the stack arguments to the operation. |
String |
name()
Return the opcode name |
int |
nStackArgs()
Return the number of words of stack arguments expected by this operation. |
int |
nStackResults()
Return the number of words of stack results produced by this operation. |
int |
opcode()
Return the opcode value |
String |
resultTypes()
Return the type descriptor for the stack results of the operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VMOp(int theOpcode,
String theOpcodeName,
int nArgs,
int nResults,
String argDescr,
String resultDescr)
| Method Detail |
|---|
public final int opcode()
public final String name()
public final int nStackArgs()
public final int nStackResults()
public final String argTypes()
public final String resultTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||