Class NfaUtil.NFAFactory<S>
- java.lang.Object
-
- org.eclipse.xtext.util.formallang.NfaUtil.NFAFactory<S>
-
- All Implemented Interfaces:
NfaFactory<Nfa<S>,S,S>
- Enclosing class:
- NfaUtil
public static class NfaUtil.NFAFactory<S> extends java.lang.Object implements NfaFactory<Nfa<S>,S,S>
-
-
Constructor Summary
Constructors Constructor Description NFAFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Nfa<S>create(S start, S stop)ScreateState(Nfa<S> nfa, S token)voidsetFollowers(Nfa<S> nfa, S owner, java.lang.Iterable<S> followers)
-
-
-
Method Detail
-
createState
public S createState(Nfa<S> nfa, S token)
- Specified by:
createStatein interfaceNfaFactory<Nfa<S>,S,S>
-
setFollowers
public void setFollowers(Nfa<S> nfa, S owner, java.lang.Iterable<S> followers)
- Specified by:
setFollowersin interfaceNfaFactory<Nfa<S>,S,S>
-
-