Class TreeConstructionNFAProvider
- java.lang.Object
-
- org.eclipse.xtext.grammaranalysis.impl.AbstractNFAProvider<TreeConstState,TreeConstTransition>
-
- org.eclipse.xtext.parsetree.reconstr.impl.TreeConstructionNFAProvider
-
- All Implemented Interfaces:
IGrammarNFAProvider<TreeConstState,TreeConstTransition>
public class TreeConstructionNFAProvider extends AbstractNFAProvider<TreeConstState,TreeConstTransition>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classTreeConstructionNFAProvider.TreeConstNFABuilder-
Nested classes/interfaces inherited from interface org.eclipse.xtext.grammaranalysis.IGrammarNFAProvider
IGrammarNFAProvider.NFABuilder<S,T>, IGrammarNFAProvider.NFADirection
-
-
Field Summary
-
Fields inherited from class org.eclipse.xtext.grammaranalysis.impl.AbstractNFAProvider
builder
-
-
Constructor Summary
Constructors Constructor Description TreeConstructionNFAProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IGrammarNFAProvider.NFABuilder<TreeConstState,TreeConstTransition>createBuilder()-
Methods inherited from class org.eclipse.xtext.grammaranalysis.impl.AbstractNFAProvider
getNFA
-
-
-
-
Method Detail
-
createBuilder
protected IGrammarNFAProvider.NFABuilder<TreeConstState,TreeConstTransition> createBuilder()
- Specified by:
createBuilderin classAbstractNFAProvider<TreeConstState,TreeConstTransition>
-
-