Class AbstractParseTreeConstructor.AssignmentToken
- java.lang.Object
-
- org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken
-
- org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AssignmentToken
-
- Enclosing class:
- AbstractParseTreeConstructor
public abstract class AbstractParseTreeConstructor.AssignmentToken extends AbstractParseTreeConstructor.AbstractToken
-
-
Field Summary
Fields Modifier and Type Field Description protected IEObjectConsumerconsumedprotected AbstractElementelementprotected AbstractParseTreeConstructor.AssignmentTypetypeprotected java.lang.Objectvalue-
Fields inherited from class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken
eObjectConsumer, lastRuleCallOrigin, next, node, tokensForSemanticChildren, transitionIndex
-
-
Constructor Summary
Constructors Constructor Description AssignmentToken(AbstractParseTreeConstructor.AbstractToken parent, AbstractParseTreeConstructor.AbstractToken next, int no, IEObjectConsumer current)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequalsOrReplacesNode(INode node)AbstractElementgetAssignmentElement()AbstractParseTreeConstructor.AssignmentTypegetType()java.lang.ObjectgetValue()protected java.lang.StringserializeInternal(INode node)-
Methods inherited from class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken
checkForRecursion, createFollower, createFollowerAfterReturn, dumpTokens, getEObject, getEObjectConsumer, getGrammarElement, getLastRuleCallOrigin, getNext, getNode, getTokensForSemanticChildren, getTransitionIndex, serialize, setNode, tryConsume
-
-
-
-
Field Detail
-
consumed
protected IEObjectConsumer consumed
-
element
protected AbstractElement element
-
type
protected AbstractParseTreeConstructor.AssignmentType type
-
value
protected java.lang.Object value
-
-
Constructor Detail
-
AssignmentToken
public AssignmentToken(AbstractParseTreeConstructor.AbstractToken parent, AbstractParseTreeConstructor.AbstractToken next, int no, IEObjectConsumer current)
-
-
Method Detail
-
equalsOrReplacesNode
public boolean equalsOrReplacesNode(INode node)
- Overrides:
equalsOrReplacesNodein classAbstractParseTreeConstructor.AbstractToken
-
getAssignmentElement
public AbstractElement getAssignmentElement()
-
getType
public AbstractParseTreeConstructor.AssignmentType getType()
-
getValue
public java.lang.Object getValue()
-
serializeInternal
protected java.lang.String serializeInternal(INode node)
- Overrides:
serializeInternalin classAbstractParseTreeConstructor.AbstractToken
-
-