lejos.nxt
Class VM.VMMethod
java.lang.Object
lejos.nxt.VM.VMClone
lejos.nxt.VM.VMMethod
- Enclosing class:
- VM
public final class VM.VMMethod
- extends VM.VMClone
Provide access to information about a method
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
signature
public short signature
exceptionTable
public short exceptionTable
codeOffset
public short codeOffset
numLocals
public byte numLocals
maxOperands
public byte maxOperands
numParameters
public byte numParameters
numExceptionHandlers
public byte numExceptionHandlers
mflags
public byte mflags
M_NATIVE
public static final byte M_NATIVE
- See Also:
- Constant Field Values
M_SYNCHRONIZED
public static final byte M_SYNCHRONIZED
- See Also:
- Constant Field Values
M_STATIC
public static final byte M_STATIC
- See Also:
- Constant Field Values
getVMExceptions
public VM.VMExceptions getVMExceptions()
- Return access to the exception records for this method.
- Returns:
- the VMExceptions object
getMethodNumber
public int getMethodNumber()