org.eclipse.xtext.parsetree.reconstr.impl
Class TreeConstructionNFAProvider

java.lang.Object
  extended by org.eclipse.xtext.grammaranalysis.impl.AbstractNFAProvider<TreeConstState,TreeConstTransition>
      extended by org.eclipse.xtext.parsetree.reconstr.impl.TreeConstructionNFAProvider
All Implemented Interfaces:
IGrammarNFAProvider<TreeConstState,TreeConstTransition>

public class TreeConstructionNFAProvider
extends AbstractNFAProvider<TreeConstState,TreeConstTransition>


Nested Class Summary
protected static class TreeConstructionNFAProvider.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
TreeConstructionNFAProvider()
           
 
Method Summary
protected  IGrammarNFAProvider.NFABuilder<TreeConstState,TreeConstTransition> createBuilder()
           
 
Methods inherited from class org.eclipse.xtext.grammaranalysis.impl.AbstractNFAProvider
getNFA
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeConstructionNFAProvider

public TreeConstructionNFAProvider()
Method Detail

createBuilder

protected IGrammarNFAProvider.NFABuilder<TreeConstState,TreeConstTransition> createBuilder()
Specified by:
createBuilder in class AbstractNFAProvider<TreeConstState,TreeConstTransition>