Uses of Class
org.norecess.antlr.PostScan

Uses of PostScan in org.norecess.antlr
 

Methods in org.norecess.antlr that return PostScan
 PostScan ANTLRTester.scanInput(String input)
          Scans the input to generate a token stream.
 

Methods in org.norecess.antlr with parameters of type PostScan
static void Assert.assertToken(int expectedChannel, int expectedType, String expectedText, PostScan postScan)
          Asserts the token produced by an ANTLR tester.
static void Assert.assertToken(int expectedType, String expectedText, PostScan postScan)
          Asserts the token produced by an ANTLR tester.
static void Assert.assertToken(String message, int expectedChannel, int expectedType, String expectedText, PostScan postScan)
          Asserts the token produced by an ANTLR tester.
static void Assert.assertToken(String message, int expectedType, String expectedText, PostScan postScan)
          Asserts the token produced by an ANTLR tester.
static void Assert.refuteToken(int refutedType, PostScan postScan)
          To "refute" a token means to assert that it cannot be of the specified type.