org.eclipse.xtext.util.formallang
Class NfaUtil.GetToken<E,T>

java.lang.Object
  extended by org.eclipse.xtext.util.formallang.NfaUtil.GetToken<E,T>
All Implemented Interfaces:
com.google.common.base.Function<E,T>
Enclosing class:
NfaUtil

protected static class NfaUtil.GetToken<E,T>
extends java.lang.Object
implements com.google.common.base.Function<E,T>


Field Summary
protected  Production<E,T> production
           
 
Constructor Summary
NfaUtil.GetToken(Production<E,T> production)
           
 
Method Summary
 T apply(E from)
           
 
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
 

Field Detail

production

protected Production<E,T> production
Constructor Detail

NfaUtil.GetToken

public NfaUtil.GetToken(Production<E,T> production)
Method Detail

apply

public T apply(E from)
Specified by:
apply in interface com.google.common.base.Function<E,T>