<SRCSTATE,DSTSTATE,P extends Nfa<DSTSTATE>> P |
NfaUtil.create(Nfa<SRCSTATE> source,
NfaFactory<P,DSTSTATE,SRCSTATE> factory) |
protected <SRCSTATE,DSTSTATE,P extends Nfa<DSTSTATE>> DSTSTATE |
NfaUtil.create(Nfa<SRCSTATE> source,
P result,
SRCSTATE src,
NfaFactory<P,DSTSTATE,SRCSTATE> factory,
Map<SRCSTATE,DSTSTATE> src2dst) |
<S,E,T,P extends Nfa<S>> P |
NfaUtil.create(Production<E,T> production,
FollowerFunction<E> ff,
NfaFactory<P,S,? super T> factory) |
<S,E,T1,T2,P extends Nfa<S>> P |
NfaUtil.create(Production<E,T1> production,
FollowerFunction<E> ff,
com.google.common.base.Function<E,T2> tokenFunc,
NfaFactory<P,S,? super T2> factory,
T2 start,
T2 stop) |
protected <S,E,T1,T2,P extends Nfa<S>> void |
NfaUtil.create(Production<E,T1> production,
P nfa,
S state,
Iterable<E> followerElements,
FollowerFunction<E> followerFunc,
com.google.common.base.Function<E,T2> tokenFunc,
NfaFactory<P,S,? super T2> factory,
Map<E,S> ele2state) |