org.eclipse.xtext.serializer.analysis
Class ContextPDAProvider.ExpandRuleCalls

java.lang.Object
  extended by org.eclipse.xtext.serializer.analysis.ContextPDAProvider.ExpandRuleCalls
All Implemented Interfaces:
com.google.common.base.Function<ISerState,Pda<ISerState,RuleCall>>
Enclosing class:
ContextPDAProvider

protected class ContextPDAProvider.ExpandRuleCalls
extends java.lang.Object
implements com.google.common.base.Function<ISerState,Pda<ISerState,RuleCall>>


Constructor Summary
protected ContextPDAProvider.ExpandRuleCalls()
           
 
Method Summary
 Pda<ISerState,RuleCall> apply(ISerState input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

ContextPDAProvider.ExpandRuleCalls

protected ContextPDAProvider.ExpandRuleCalls()
Method Detail

apply

public Pda<ISerState,RuleCall> apply(ISerState input)
Specified by:
apply in interface com.google.common.base.Function<ISerState,Pda<ISerState,RuleCall>>