|
![]() SandMark version 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--sandmark.util.stacksimulator.StackData
|
+--sandmark.util.stacksimulator.PrimitiveData
|
+--sandmark.util.stacksimulator.BooleanData
| Constructor Summary | |
BooleanData(boolean value,
de.fub.bytecode.generic.InstructionHandle h)
|
|
BooleanData(de.fub.bytecode.generic.InstructionHandle h)
|
|
BooleanData(java.lang.Number value,
de.fub.bytecode.generic.InstructionHandle h)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Tests for equality between any two data elements. |
int |
getSize()
Specifies the size of this object on the operand stack. |
de.fub.bytecode.generic.Type |
getType()
Specifies the type of the data. |
java.lang.Number |
getValue()
|
boolean |
hasDefinedValue()
|
boolean |
isComposite()
|
java.lang.String |
toString()
|
StackData |
undefinedVersion()
Returns the same type of stack data as this instance, without any definition. |
| Methods inherited from class sandmark.util.stacksimulator.StackData |
getInstruction |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public BooleanData(de.fub.bytecode.generic.InstructionHandle h)
public BooleanData(boolean value,
de.fub.bytecode.generic.InstructionHandle h)
public BooleanData(java.lang.Number value,
de.fub.bytecode.generic.InstructionHandle h)
| Method Detail |
public int getSize()
StackData
getSize in class PrimitiveDatapublic de.fub.bytecode.generic.Type getType()
StackData
getType in class PrimitiveDatapublic StackData undefinedVersion()
StackData
undefinedVersion in class StackDatapublic boolean isComposite()
public boolean hasDefinedValue()
public java.lang.Number getValue()
public boolean equals(java.lang.Object o)
StackData
equals in class StackDatao - the object to test equality againstpublic java.lang.String toString()
toString in class java.lang.Object
|
SandMark version 3.0 Wed Jan 29 10:30:05 MST 2003 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||