org.eclipse.etrice.core.parseTreeConstruction
Class RoomParsetreeConstructor.DataClass_Group
java.lang.Object
GroupToken
org.eclipse.etrice.core.parseTreeConstruction.RoomParsetreeConstructor.DataClass_Group
- Enclosing class:
- RoomParsetreeConstructor
protected class RoomParsetreeConstructor.DataClass_Group
- extends GroupToken
begin Rule DataClass ****************
// TODOHRR: define detail level language?
DataClass:
"DataClass" name=ID docu=Documentation? ("extends" base=[DataClass|FQN])? "{" ("usercode1" userCode1=DetailCode)?
("usercode2" userCode2=DetailCode)? ("usercode3" userCode3=DetailCode)? attributes+=Attribute+
operations+=StandardOperation* "}";
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoomParsetreeConstructor.DataClass_Group
public RoomParsetreeConstructor.DataClass_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()