Package soot.jimple.internal
Class VariableBox
- java.lang.Object
-
- soot.tagkit.AbstractHost
-
- soot.AbstractValueBox
-
- soot.jimple.internal.VariableBox
-
- All Implemented Interfaces:
Serializable
,Host
,ValueBox
- Direct Known Subclasses:
JAssignStmt.LinkedVariableBox
public class VariableBox extends AbstractValueBox
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class soot.AbstractValueBox
value
-
Fields inherited from class soot.tagkit.AbstractHost
col, line, mTagList
-
-
Constructor Summary
Constructors Constructor Description VariableBox(Value value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canContainValue(Value value)
Returns true if the given Value fits in this box.-
Methods inherited from class soot.AbstractValueBox
getValue, setValue, toString, toString
-
Methods inherited from class soot.tagkit.AbstractHost
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface soot.tagkit.Host
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
-
-