Class NfaUtil.NFAImpl<S>
- java.lang.Object
-
- org.eclipse.xtext.util.formallang.NfaUtil.NFAImpl<S>
-
- All Implemented Interfaces:
DirectedGraph<S>,Nfa<S>
- Enclosing class:
- NfaUtil
public static class NfaUtil.NFAImpl<S> extends java.lang.Object implements Nfa<S>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<S>getFollowers(S node)SgetStart()SgetStop()
-