Uses of Interface
org.norecess.antlr.IANTLRFrontEnd

Uses of IANTLRFrontEnd in org.norecess.antlr
 

Constructors in org.norecess.antlr with parameters of type IANTLRFrontEnd
ANTLRTester(IANTLRFrontEnd frontEnd)
          Constructs a tester with a factory for your front end.
PostParse(org.antlr.runtime.tree.Tree tree, IANTLRFrontEnd frontEnd)
          Constructs a post-parse object.
PostScan(org.antlr.runtime.Lexer lexer, IANTLRFrontEnd frontEnd)
          Constructs a post-scan object.
PostScan(org.norecess.antlr.LexerWrapper lexer, IANTLRFrontEnd frontEnd)