AbstractElement |
SerializerPDA.SerializerPDAGetToken.apply(ISerState input) |
boolean |
SerializerPDA.SerializerPDAIsAssignedAction.apply(ISerState input) |
protected boolean |
SyntacticSequencerPDAProvider.canReachAbsorber(ISerState from,
ISerState to,
Set<ISerState> visited) |
protected void |
ContextPDAProvider.collectExtracted(ISerState orig,
Collection<? extends ISerState> precedents,
SerializerPDA.SerializerPDAState copy,
Map<Pair<AbstractElement,ISerState.SerStateType>,SerializerPDA.SerializerPDAState> oldToNew,
ContextPDAProvider.CallStack inTop,
SerializerPDA.SerializerPDAState start) |
protected void |
SyntacticSequencerPDAProvider.collectFollowingAbsorberStates(ISerState state,
boolean collect,
Set<ISerState> visited,
Set<ISerState> absorber) |
protected Set<ISerState> |
ContextPDAProvider.collectPushForAction(ISerState action) |
protected void |
ContextPDAProvider.collectPushForAction(ISerState state,
ParserRule rule,
Set<ISerState> result,
Set<ISerState> visited) |
SerializerPDA |
SerializerPDA.SerializerPDACloneFactory.create(ISerState start,
ISerState stop) |
protected SyntacticSequencerPDAProvider.SynAbsorberState |
SyntacticSequencerPDAProvider.createAbsorberState(ISerState state,
Map<ISerState,SyntacticSequencerPDAProvider.SynAbsorberState> absorbers,
Map<SyntacticSequencerPDAProvider.SynAbsorberState,Map<ISerState,SyntacticSequencerPDAProvider.SynState>> emitters,
org.eclipse.emf.ecore.EClass eClass) |
protected List<ISyntacticSequencerPDAProvider.ISynState> |
SyntacticSequencerPDAProvider.createEmitterStates(ISerState from,
ISerState to,
SyntacticSequencerPDAProvider.SynAbsorberState target,
Map<ISerState,SyntacticSequencerPDAProvider.SynState> emitters) |
ISerState |
SerializerPDA.SerializerPDACloneFactory.createPop(SerializerPDA pda,
ISerState token) |
ISerState |
SerializerPDA.SerializerPDACloneFactory.createPush(SerializerPDA pda,
ISerState token) |
ISerState |
SerializerPDA.SerializerPDACloneFactory.createState(SerializerPDA nfa,
ISerState token) |
ContextTypePDAProvider.FilterState |
ContextTypePDAProvider.AbstractTypeTraverser.enter(Pda<ISerState,RuleCall> pda,
ISerState state,
ContextTypePDAProvider.FilterState previous) |
protected abstract ContextTypePDAProvider.FilterState |
ContextTypePDAProvider.AbstractTypeTraverser.enterType(ISerState state,
ContextTypePDAProvider.FilterState previous,
ContextTypePDAProvider.StackItem stack,
org.eclipse.emf.ecore.EClass newType) |
protected ContextTypePDAProvider.FilterState |
ContextTypePDAProvider.TypeCollector.enterType(ISerState state,
ContextTypePDAProvider.FilterState previous,
ContextTypePDAProvider.StackItem stack,
org.eclipse.emf.ecore.EClass newType) |
protected ContextTypePDAProvider.FilterState |
ContextTypePDAProvider.TypeFilter.enterType(ISerState state,
ContextTypePDAProvider.FilterState previous,
ContextTypePDAProvider.StackItem stack,
org.eclipse.emf.ecore.EClass newType) |
protected SerializerPDA |
ContextPDAProvider.extract(ISerState last) |
Iterable<ISerState> |
SerializerPDA.getFollowers(ISerState state) |
RuleCall |
SerializerPDA.getPop(ISerState state) |
RuleCall |
SerializerPDA.getPush(ISerState state) |
protected ISyntacticSequencerPDAProvider.SynStateType |
SyntacticSequencerPDAProvider.getType(ISerState state) |
protected void |
ContextPDAProvider.merge(ISerState orig,
SerializerPDA.SerializerPDAState copy,
Map<ISerState,SerializerPDA.SerializerPDAState> oldToNew,
IdentityHashMap<ISerState,Boolean> visited) |
void |
SerializerPDA.SerializerPDACloneFactory.setFollowers(SerializerPDA nfa,
ISerState owner,
Iterable<ISerState> followers) |
void |
SerializerPDA.SerializerPDAElementFactory.setFollowers(SerializerPDA nfa,
ISerState owner,
Iterable<ISerState> followers) |
void |
GrammarPDAProvider.ToOriginal.setFollowers(SerializerPDA nfa,
ISerState owner,
Iterable<ISerState> followers) |