Home | History | Annotate | Download | only in runtime

Lines Matching refs:IntStream

100 	public Object match(IntStream input, int ttype, BitSet follow)
120 public void matchAny(IntStream input) {
126 public boolean mismatchIsUnwantedToken(IntStream input, int ttype) {
130 public boolean mismatchIsMissingToken(IntStream input, BitSet follow) {
353 public void recover(IntStream input, RecognitionException re) {
588 protected Object recoverFromMismatchedToken(IntStream input, int ttype, BitSet follow)
622 public Object recoverFromMismatchedSet(IntStream input,
640 * for input stream type or change the IntStream interface, I use
646 protected Object getCurrentInputSymbol(IntStream input) { return null; }
667 protected Object getMissingSymbol(IntStream input,
675 public void consumeUntil(IntStream input, int tokenType) {
685 public void consumeUntil(IntStream input, BitSet set) {
814 public boolean alreadyParsedRule(IntStream input, int ruleIndex) {
833 public void memoize(IntStream input,