org.mod4j.dsl.datacontract.xtext.parseTreeConstruction
Class DataContractParsetreeConstructor.BusinessClassDto_Group

java.lang.Object
  extended by org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken
      extended by org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.GroupToken
          extended by org.mod4j.dsl.datacontract.xtext.parseTreeConstruction.DataContractParsetreeConstructor.BusinessClassDto_Group
Enclosing class:
DataContractParsetreeConstructor

protected class DataContractParsetreeConstructor.BusinessClassDto_Group
extends org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.GroupToken

begin Rule BusinessClassDto **************** BusinessClassDto: description=STRING? "class" name=ID "represents" base=[ExternalReference] (";"|"[" propertyReferences+=BusinessClassPropertyReference+ ("references" "[" associationReferences+=BusinessClassAssociationRoleReference+ "]")? "]"); //BusinessClassReference: // (description=STRING)? // "from" modelname=ID "class" name=ID; //BusinessEnumerationReference: // (description=STRING)? // "from" modelname=ID "enumeration" name=ID;


Field Summary
 
Fields inherited from class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken
current, next, no, parent
 
Constructor Summary
DataContractParsetreeConstructor.BusinessClassDto_Group(org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken parent, org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken next, int no, org.eclipse.xtext.parsetree.reconstr.IInstanceDescription current)
           
 
Method Summary
 org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken createFollower(int index, org.eclipse.xtext.parsetree.reconstr.IInstanceDescription inst)
           
 org.eclipse.xtext.Group getGrammarElement()
           
 org.eclipse.xtext.parsetree.reconstr.IInstanceDescription tryConsume()
           
 
Methods inherited from class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.GroupToken
tryConsumeVal
 
Methods inherited from class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken
checkForRecursion, createParentFollower, createParentFollower, getCurrent, getDiagnostic, getNext, getNo, getParent, serialize, serializeThis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataContractParsetreeConstructor.BusinessClassDto_Group

public DataContractParsetreeConstructor.BusinessClassDto_Group(org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken parent,
                                                               org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken next,
                                                               int no,
                                                               org.eclipse.xtext.parsetree.reconstr.IInstanceDescription current)
Method Detail

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.IInstanceDescription inst)
Overrides:
createFollower in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken

tryConsume

public org.eclipse.xtext.parsetree.reconstr.IInstanceDescription tryConsume()
Overrides:
tryConsume in class org.eclipse.xtext.parsetree.reconstr.impl.AbstractParseTreeConstructor.AbstractToken


Copyright © 2010 Mod4j. All Rights Reserved.