|
|||||||||
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 |
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 |
Object |
objectValue()
convert the scalar to an object value *shrug* |
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 ScalarType
public ScalarType untaint()
public int intValue()
ScalarType
intValue
in interface ScalarType
public long longValue()
ScalarType
longValue
in interface ScalarType
public double doubleValue()
ScalarType
doubleValue
in interface ScalarType
public String toString()
ScalarType
toString
in interface ScalarType
toString
in class Object
public Object objectValue()
ScalarType
objectValue
in interface ScalarType
public Class getType()
ScalarType
getType
in interface ScalarType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |