public class ObjExprBox extends ExprBox
col, line, mTagList
Constructor and Description |
---|
ObjExprBox(Value value) |
Modifier and Type | Method and Description |
---|---|
boolean |
canContainValue(Value value)
Returns true if the given Value fits in this box.
|
getValue, setValue, toString, toString
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
public ObjExprBox(Value value)
public boolean canContainValue(Value value)
ValueBox
canContainValue
in interface ValueBox
canContainValue
in class ExprBox