| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| mark() — Method in class org.antlr.runtime.ANTLRStringStream | |
| mark() — Method in class org.antlr.runtime.CommonTokenStream | |
| mark() — Method in interface org.antlr.runtime.IntStream | |
| Tell the stream to start buffering if it hasn't already. | |
| mark() — Method in class org.antlr.runtime.tree.CommonTreeNodeStream | |
| markDepth — Property in class org.antlr.runtime.ANTLRStringStream | |
| tracks how deep mark() calls are nested | |
| markers — Property in class org.antlr.runtime.ANTLRStringStream | |
| A list of CharStreamState objects that tracks the stream state values line, charPositionInLine, and p that can change as you move through the input stream. | |
| match(c) — Method in class org.antlr.runtime.Lexer | |
| matchAny() — Method in class org.antlr.runtime.Lexer | |
| matchAny(ignore:org.antlr.runtime:IntStream) — Method in class org.antlr.runtime.tree.TreeParser | |
| Match '.' in tree parser has special meaning. | |
| matchAnyStream(input:org.antlr.runtime:IntStream) — Method in class org.antlr.runtime.BaseRecognizer | |
| Match the wildcard: in a symbol | |
| matchRange(a, b) — Method in class org.antlr.runtime.Lexer | |
| matchStream(input:org.antlr.runtime:IntStream, ttype, follow:org.antlr.runtime:BitSet) — Method in class org.antlr.runtime.BaseRecognizer | |
| Match current input symbol against ttype. | |
| matchString(s) — Method in class org.antlr.runtime.Lexer | |
| max — Property in class org.antlr.runtime.DFA | |
| member(el) — Method in class org.antlr.runtime.BitSet | |
| memoize(input:org.antlr.runtime:IntStream, ruleIndex, ruleStartIndex) — Method in class org.antlr.runtime.BaseRecognizer | |
| Record whether or not this rule parsed the input at this position successfully. | |
| MEMO_RULE_FAILED — Constant static property in class org.antlr.runtime.BaseRecognizer | |
| MEMO_RULE_UNKNOWN — Constant static property in class org.antlr.runtime.BaseRecognizer | |
| min — Property in class org.antlr.runtime.DFA | |
| MIN_TOKEN_INDEX — Constant static property in class org.antlr.runtime.TokenRewriteStream | |
| MIN_TOKEN_TYPE — Constant static property in class org.antlr.runtime.TokenConstants | |
| mismatch(input:org.antlr.runtime:IntStream, ttype, follow:org.antlr.runtime:BitSet) — Method in class org.antlr.runtime.BaseRecognizer | |
| Factor out what to do upon token mismatch so tree parsers can behave differently. | |
| mismatch(input:org.antlr.runtime:IntStream, ttype, follow:org.antlr.runtime:BitSet) — Method in class org.antlr.runtime.tree.TreeParser | |
| We have DOWN/UP nodes in the stream that have no line info; override. | |
| MismatchedNotSetException — Class in package org.antlr.runtime | |
| MismatchedNotSetException(expecting:org.antlr.runtime:BitSet, input:org.antlr.runtime:IntStream) — Constructor in class org.antlr.runtime.MismatchedNotSetException | |
| MismatchedRangeException — Class in package org.antlr.runtime | |
| MismatchedRangeException(a, b, input:org.antlr.runtime:IntStream) — Constructor in class org.antlr.runtime.MismatchedRangeException | |
| MismatchedSetException — Class in package org.antlr.runtime | |
| MismatchedSetException(expecting:org.antlr.runtime:BitSet, input:org.antlr.runtime:IntStream) — Constructor in class org.antlr.runtime.MismatchedSetException | |
| MismatchedTokenException — Class in package org.antlr.runtime | |
| A mismatched char or Token or tree node | |
| MismatchedTokenException(expecting, input:org.antlr.runtime:IntStream) — Constructor in class org.antlr.runtime.MismatchedTokenException | |
| MismatchedTreeNodeException — Class in package org.antlr.runtime | |
| MismatchedTreeNodeException(expecting, input:org.antlr.runtime.tree:TreeNodeStream) — Constructor in class org.antlr.runtime.MismatchedTreeNodeException | |
| mismatchIsMissingToken(input:org.antlr.runtime:IntStream, follow:org.antlr.runtime:BitSet) — Method in class org.antlr.runtime.BaseRecognizer | |
| mismatchIsUnwantedToken(input:org.antlr.runtime:IntStream, ttype) — Method in class org.antlr.runtime.BaseRecognizer | |
| MissingTokenException — Class in package org.antlr.runtime | |
| MissingTokenException(expecting, input:org.antlr.runtime:IntStream, inserted) — Constructor in class org.antlr.runtime.MissingTokenException | |
| missingType — Property in class org.antlr.runtime.MissingTokenException | |
| MOD_MASK — Constant static property in class org.antlr.runtime.BitSet | |
| mTokens() — Method in class org.antlr.runtime.Lexer | |
| This is the lexer entry point that sets instance var 'token' | |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |