|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.inria.ns.reflex.processor.asl.types.TypedData.Impl
public abstract static class TypedData.Impl
A minimal implementation of typed data.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.inria.ns.reflex.processor.asl.types.TypedData |
---|
TypedData.DefaultTypedData, TypedData.Impl |
Nested classes/interfaces inherited from interface org.inria.ns.reflex.structures.Unwrappable |
---|
Unwrappable.Unwrapper |
Field Summary |
---|
Fields inherited from interface org.inria.ns.reflex.processor.asl.types.TypedData |
---|
TYPE_XOP |
Fields inherited from interface org.inria.ns.reflex.structures.Unwrappable |
---|
UNWRAPPER |
Constructor Summary | |
---|---|
TypedData.Impl()
|
Method Summary | |
---|---|
String |
getNonIgnorableRemainder()
Get the non-ignorable remainder after building this data. |
XOperator |
getXOperator()
Return the X-operator of this object. |
void |
ignore(IgnorableData data)
Indicates that some remainder data has been consumed and must be ignored. |
boolean |
isIgnorable()
Indicates if this object is ignorable. |
void |
setIgnorable(boolean isIgnorable)
Indicates if this object is ignorable. |
int |
size()
If this data is ignorable, the amount of data to ignore. |
String |
toString()
Return this lexical value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.inria.ns.reflex.processor.asl.types.TypedData |
---|
getCanonicalValue, getLexicalValue, getRemainder, getType, setValue |
Methods inherited from interface org.inria.ns.reflex.structures.Unwrappable |
---|
unwrap |
Constructor Detail |
---|
public TypedData.Impl()
Method Detail |
---|
public boolean isIgnorable()
isIgnorable
in interface Ignorable
public void setIgnorable(boolean isIgnorable)
setIgnorable
in interface IgnorableData
isIgnorable
- true if this object
must be ignored, false otherwise.public String getNonIgnorableRemainder()
getNonIgnorableRemainder
in interface TypedData
public void ignore(IgnorableData data)
ignore
in interface TypedData
data
- The amount of data to ignore.public int size()
size
in interface IgnorableData
IgnorableData.size()
public String toString()
toString
in class Object
Object.toString()
public XOperator getXOperator()
getXOperator
in interface XOperable
XOperable.getXOperator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |