A B C D E F G H I L M N O P R S T U V W _

M

mark() - Method in class org.antlr.runtime.ANTLRStringStream
 
mark() - Method in class org.antlr.runtime.CommonTokenStream
 
mark(int) - Method in class org.antlr.runtime.debug.BlankDebugEventListener
 
mark(int) - Method in class org.antlr.runtime.debug.DebugEventHub
 
mark(int) - Method in interface org.antlr.runtime.debug.DebugEventListener
The parser is going to look arbitrarily ahead; mark this location, the token stream's marker is sent in case you need it.
mark(int) - Method in class org.antlr.runtime.debug.DebugEventRepeater
 
mark(int) - Method in class org.antlr.runtime.debug.DebugEventSocketProxy
 
mark() - Method in class org.antlr.runtime.debug.DebugTokenStream
 
mark() - Method in class org.antlr.runtime.debug.DebugTreeNodeStream
 
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
 
mark() - Method in class org.antlr.runtime.tree.UnBufferedTreeNodeStream
Record the current state of the tree walk which includes the current node and stack state as well as the lookahead buffer.
markDepth - Variable in class org.antlr.runtime.ANTLRStringStream
tracks how deep mark() calls are nested
markDepth - Variable in class org.antlr.runtime.tree.UnBufferedTreeNodeStream
tracks how deep mark() calls are nested
markers - Variable 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.
markers - Variable in class org.antlr.runtime.tree.UnBufferedTreeNodeStream
Calls to mark() may be nested so we have to track a stack of them.
match(IntStream, int, BitSet) - Method in class org.antlr.runtime.BaseRecognizer
Match current input symbol against ttype.
match(String) - Method in class org.antlr.runtime.Lexer
 
match(int) - Method in class org.antlr.runtime.Lexer
 
matchAny(IntStream) - Method in class org.antlr.runtime.BaseRecognizer
 
matchAny() - Method in class org.antlr.runtime.Lexer
 
matchAny(IntStream) - Method in class org.antlr.runtime.tree.TreeParser
Match '.' in tree parser has special meaning.
matchRange(int, int) - Method in class org.antlr.runtime.Lexer
 
max - Variable in class org.antlr.runtime.DFA
 
max(int[]) - Static method in class org.antlr.runtime.misc.Stats
 
maxLookaheadInCurrentDecision - Variable in class org.antlr.runtime.debug.Profiler
 
maxRuleInvocationDepth - Variable in class org.antlr.runtime.debug.Profiler
 
member(int) - Method in class org.antlr.runtime.BitSet
 
MEMO_RULE_FAILED - Static variable in class org.antlr.runtime.BaseRecognizer
 
MEMO_RULE_FAILED_I - Static variable in class org.antlr.runtime.BaseRecognizer
 
MEMO_RULE_UNKNOWN - Static variable in class org.antlr.runtime.BaseRecognizer
 
memoize(IntStream, int, int) - Method in class org.antlr.runtime.BaseRecognizer
Record whether or not this rule parsed the input at this position successfully.
memoize(IntStream, int, int, String) - Method in class org.antlr.runtime.debug.Profiler
 
min - Variable in class org.antlr.runtime.DFA
 
min(int[]) - Static method in class org.antlr.runtime.misc.Stats
 
MIN_TOKEN_INDEX - Static variable in class org.antlr.runtime.TokenRewriteStream
 
MIN_TOKEN_TYPE - Static variable in interface org.antlr.runtime.Token
 
mismatch(IntStream, int, BitSet) - Method in class org.antlr.runtime.BaseRecognizer
factor out what to do upon token mismatch so tree parsers can behave differently.
mismatch(IntStream, int, BitSet) - Method in class org.antlr.runtime.tree.TreeParser
We have DOWN/UP nodes in the stream that have no line info; override.
MismatchedNotSetException - Exception in org.antlr.runtime
 
MismatchedNotSetException() - Constructor for exception org.antlr.runtime.MismatchedNotSetException
Used for remote debugger deserialization
MismatchedNotSetException(BitSet, IntStream) - Constructor for exception org.antlr.runtime.MismatchedNotSetException
 
MismatchedRangeException - Exception in org.antlr.runtime
 
MismatchedRangeException(int, int, IntStream) - Constructor for exception org.antlr.runtime.MismatchedRangeException
 
MismatchedSetException - Exception in org.antlr.runtime
 
MismatchedSetException() - Constructor for exception org.antlr.runtime.MismatchedSetException
Used for remote debugger deserialization
MismatchedSetException(BitSet, IntStream) - Constructor for exception org.antlr.runtime.MismatchedSetException
 
MismatchedTokenException - Exception in org.antlr.runtime
 
MismatchedTokenException() - Constructor for exception org.antlr.runtime.MismatchedTokenException
 
MismatchedTokenException(int, IntStream) - Constructor for exception org.antlr.runtime.MismatchedTokenException
 
MismatchedTreeNodeException - Exception in org.antlr.runtime
 
MismatchedTreeNodeException() - Constructor for exception org.antlr.runtime.MismatchedTreeNodeException
 
MismatchedTreeNodeException(int, TreeNodeStream) - Constructor for exception org.antlr.runtime.MismatchedTreeNodeException
 
MOD_MASK - Static variable 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 L M N O P R S T U V W _