protected static class NfaUtil.GetToken<E,T>
extends java.lang.Object
implements com.google.common.base.Function<E,T>
| Modifier and Type | Field and Description |
|---|---|
protected Production<E,T> |
production |
| Constructor and Description |
|---|
GetToken(Production<E,T> production) |
| Modifier and Type | Method and Description |
|---|---|
T |
apply(E from) |
protected Production<E,T> production
public GetToken(Production<E,T> production)