org.eclipse.xtend.core.serializer
Class XtendSyntacticSequencer

java.lang.Object
  extended by org.eclipse.xtext.serializer.sequencer.AbstractSyntacticSequencer
      extended by org.eclipse.xtend.core.serializer.AbstractXtendSyntacticSequencer
          extended by org.eclipse.xtend.core.serializer.XtendSyntacticSequencer
All Implemented Interfaces:
ISemanticSequenceAcceptor, ISyntacticSequencer

public class XtendSyntacticSequencer
extends AbstractXtendSyntacticSequencer


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.xtext.serializer.sequencer.AbstractSyntacticSequencer
AbstractSyntacticSequencer.SyntacticalContext
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.serializer.sequencer.ISyntacticSequencer
ISyntacticSequencer.ISyntacticSequencerOwner
 
Field Summary
 
Fields inherited from class org.eclipse.xtend.core.serializer.AbstractXtendSyntacticSequencer
grammarAccess, match_Class_PublicKeyword_1_q, match_File_SemicolonKeyword_0_2_q, match_Import_SemicolonKeyword_2_q, match_Member_SemicolonKeyword_2_0_4_q, match_Member_VarKeyword_2_0_2_0_1_1_q, match_XAnnotation___LeftParenthesisKeyword_3_0_RightParenthesisKeyword_3_2__q, match_XAnnotationElementValue_LeftParenthesisKeyword_7_0_a, match_XAnnotationElementValue_LeftParenthesisKeyword_7_0_p, match_XBlockExpression_SemicolonKeyword_2_1_q, match_XConstructorCall___LeftParenthesisKeyword_4_0_RightParenthesisKeyword_4_2__q, match_XExpressionInClosure_SemicolonKeyword_1_1_q, match_XFunctionTypeRef___LeftParenthesisKeyword_0_0_RightParenthesisKeyword_0_2__q, match_XParenthesizedExpression_LeftParenthesisKeyword_0_a, match_XParenthesizedExpression_LeftParenthesisKeyword_0_p
 
Fields inherited from class org.eclipse.xtext.serializer.sequencer.AbstractSyntacticSequencer
contexts, delegate, diagnosticProvider, errorAcceptor, pdaProvider, tokenUtil
 
Fields inherited from interface org.eclipse.xtext.serializer.acceptor.ISemanticSequenceAcceptor
NO_INDEX
 
Constructor Summary
XtendSyntacticSequencer()
           
 
Method Summary
 
Methods inherited from class org.eclipse.xtend.core.serializer.AbstractXtendSyntacticSequencer
emit_Class_PublicKeyword_1_q, emit_File_SemicolonKeyword_0_2_q, emit_Import_SemicolonKeyword_2_q, emit_Member_SemicolonKeyword_2_0_4_q, emit_Member_VarKeyword_2_0_2_0_1_1_q, emit_XAnnotation___LeftParenthesisKeyword_3_0_RightParenthesisKeyword_3_2__q, emit_XAnnotationElementValue_LeftParenthesisKeyword_7_0_a, emit_XAnnotationElementValue_LeftParenthesisKeyword_7_0_p, emit_XBlockExpression_SemicolonKeyword_2_1_q, emit_XConstructorCall___LeftParenthesisKeyword_4_0_RightParenthesisKeyword_4_2__q, emit_XExpressionInClosure_SemicolonKeyword_1_1_q, emit_XFunctionTypeRef___LeftParenthesisKeyword_0_0_RightParenthesisKeyword_0_2__q, emit_XParenthesizedExpression_LeftParenthesisKeyword_0_a, emit_XParenthesizedExpression_LeftParenthesisKeyword_0_p, emitUnassignedTokens, getOpSingleAssignToken, getUnassignedRuleCallToken, init
 
Methods inherited from class org.eclipse.xtext.serializer.sequencer.AbstractSyntacticSequencer
accept, accept, acceptAssignedCrossRefDatatype, acceptAssignedCrossRefEnum, acceptAssignedCrossRefKeyword, acceptAssignedCrossRefTerminal, acceptAssignedDatatype, acceptAssignedEnum, acceptAssignedKeyword, acceptAssignedTerminal, acceptNode, acceptNodes, acceptNodes, acceptUnassignedAction, acceptUnassignedDatatype, acceptUnassignedEnum, acceptUnassignedKeyword, acceptUnassignedTerminal, collectAbstractElements, collectNodes, enterAssignedAction, enterAssignedParserRuleCall, findTransition, finish, getLastLeaf, getLastNavigableState, getNodesFor, getTokenText, getUnassignedRuleCallToken, init, leaveAssignedAction, leaveAssignedParserRuleCall, navigateToAbsorber, navigateToAbsorber, navigateToEmitter, navigateToEmitter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XtendSyntacticSequencer

public XtendSyntacticSequencer()