|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.aokell.lib.asm.SPVoid
public class SPVoid
This class represents a void type in a signature string. All instances of this class are equivalent. Hence this class can not be instantiated and provides only a singleton instance of itself.
Field Summary | |
---|---|
static SPVoid |
singleton
|
Method Summary | |
---|---|
int |
getLoadOpCode()
Return the LOAD opcode that corresponds to this type. |
int |
getReturnOpCode()
Return the RETURN opcode that corresponds to this type. |
int |
stackSize()
Return the size occupied by this opcode on the stack. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SPVoid singleton
Method Detail |
---|
public int getLoadOpCode()
ISignatureParameter
getLoadOpCode
in interface ISignatureParameter
public int getReturnOpCode()
ISignatureParameter
getReturnOpCode
in interface ISignatureParameter
public int stackSize()
ISignatureParameter
stackSize
in interface ISignatureParameter
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |