de.cau.cs.kieler.synccharts.text.actions.parseTreeConstruction
Class ActionsParsetreeConstructor.DivExpression_Group
java.lang.Object
org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken
org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.GroupToken
de.cau.cs.kieler.synccharts.text.actions.parseTreeConstruction.ActionsParsetreeConstructor.DivExpression_Group
- Enclosing class:
- ActionsParsetreeConstructor
protected class ActionsParsetreeConstructor.DivExpression_Group
- extends org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.GroupToken
begin Rule DivExpression ****************
// Example: (2 / 4)
// note: division always has to have parantheses because the '/' sign is also used for trigger/effect delimiter
DivExpression returns Expression:
AtomicValuedExpression {OperatorExpression.subExpressions+=current} operator=DivOperator
subExpressions+=AtomicValuedExpression;
- Rating

Fields inherited from class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken |
eObjectConsumer, lastRuleCallOrigin, next, node, tokensForSemanticChildren, transitionIndex |
Constructor Summary |
ActionsParsetreeConstructor.DivExpression_Group(org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken lastRuleCallOrigin,
org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken next,
int transitionIndex,
org.eclipse.xtext.parsetree.reconstr.IEObjectConsumer eObjectConsumer)
|
Method Summary |
org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken |
createFollower(int index,
org.eclipse.xtext.parsetree.reconstr.IEObjectConsumer inst)
|
org.eclipse.xtext.Group |
getGrammarElement()
|
org.eclipse.xtext.parsetree.reconstr.IEObjectConsumer |
tryConsume()
|
Methods inherited from class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken |
checkForRecursion, createFollowerAfterReturn, dumpTokens, equalsOrReplacesNode, getEObject, getEObjectConsumer, getLastRuleCallOrigin, getNext, getNode, getTokensForSemanticChildren, getTransitionIndex, serialize, serializeInternal, setNode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionsParsetreeConstructor.DivExpression_Group
public ActionsParsetreeConstructor.DivExpression_Group(org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken lastRuleCallOrigin,
org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken next,
int transitionIndex,
org.eclipse.xtext.parsetree.reconstr.IEObjectConsumer eObjectConsumer)
getGrammarElement
public org.eclipse.xtext.Group getGrammarElement()
- Specified by:
getGrammarElement
in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken
createFollower
public org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken createFollower(int index,
org.eclipse.xtext.parsetree.reconstr.IEObjectConsumer inst)
- Overrides:
createFollower
in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken
tryConsume
public org.eclipse.xtext.parsetree.reconstr.IEObjectConsumer tryConsume()
- Overrides:
tryConsume
in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken