Uses of Class
org.norecess.antlr.PostParse

Uses of PostParse in org.norecess.antlr
 

Methods in org.norecess.antlr that return PostParse
 PostParse PostScan.parseAs(String production)
          Parses the lexer's token stream using the specified production.
 

Methods in org.norecess.antlr with parameters of type PostParse
static void Assert.assertTree(int rootType, String preorder, PostParse postParse)
          Asserts a parse tree.
static void Assert.assertTree(String message, int rootType, String preorder, PostParse postParse)
          Asserts a parse tree.