|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsleep.taint.TaintedValue
public class TaintedValue
A tainted scalar value *pHEAR*
| Field Summary | |
|---|---|
protected ScalarType |
value
|
| Constructor Summary | |
|---|---|
TaintedValue(ScalarType _value)
construct a tainted scalar |
|
| Method Summary | |
|---|---|
ScalarType |
copyValue()
create a clone of this scalar's value. |
double |
doubleValue()
convert the scalar to a double |
java.lang.Class |
getType()
returns the Class type of this ScalarType. |
int |
intValue()
convert the scalar to an int |
long |
longValue()
convert the scalar to a long |
java.lang.Object |
objectValue()
convert the scalar to an object value *shrug* |
java.lang.String |
toString()
convert the scalar to a string |
ScalarType |
untaint()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ScalarType value
| Constructor Detail |
|---|
public TaintedValue(ScalarType _value)
| Method Detail |
|---|
public ScalarType copyValue()
ScalarType
copyValue in interface ScalarTypepublic ScalarType untaint()
public int intValue()
ScalarType
intValue in interface ScalarTypepublic long longValue()
ScalarType
longValue in interface ScalarTypepublic double doubleValue()
ScalarType
doubleValue in interface ScalarTypepublic java.lang.String toString()
ScalarType
toString in interface ScalarTypetoString in class java.lang.Objectpublic java.lang.Object objectValue()
ScalarType
objectValue in interface ScalarTypepublic java.lang.Class getType()
ScalarType
getType in interface ScalarType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||