org.eclipse.etrice.core.parseTreeConstruction
Class RoomParsetreeConstructor.BaseState_Group
java.lang.Object
GroupToken
org.eclipse.etrice.core.parseTreeConstruction.RoomParsetreeConstructor.BaseState_Group
- Enclosing class:
- RoomParsetreeConstructor
protected class RoomParsetreeConstructor.BaseState_Group
- extends GroupToken
begin Rule BaseState ****************
// entry and exit code have multiplicity many: in BaseState to be able to add derived class codes here,
// in RefinedState to still have both features in the common base class State
BaseState:
"State" name=ID docu=Documentation? ("{" ("entry" entryCode=DetailCode)? ("exit" exitCode=DetailCode)? ("do"
doCode=DetailCode)? ("subgraph" subgraph=StateGraph)? "}")?;
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoomParsetreeConstructor.BaseState_Group
public RoomParsetreeConstructor.BaseState_Group(AbstractToken lastRuleCallOrigin,
AbstractToken next,
int transitionIndex,
IEObjectConsumer eObjectConsumer)
getGrammarElement
public Group getGrammarElement()
createFollower
public AbstractToken createFollower(int index,
IEObjectConsumer inst)
tryConsume
public IEObjectConsumer tryConsume()