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  
LA(i) — Method in class org.antlr.runtime.ANTLRStringStream
LA(i) — Method in class org.antlr.runtime.CommonTokenStream
LA(i) — Method in interface org.antlr.runtime.IntStream
Get int at current input pointer + i ahead where i=1 is next int.
LA(i) — Method in class org.antlr.runtime.tree.CommonTreeNodeStream
lastErrorIndex — Property in class org.antlr.runtime.RecognizerSharedState
The index into the input stream where the last error occurred.
lastMarker — Property in class org.antlr.runtime.ANTLRStringStream
Track the last mark() call result value for use in rewind().
lastMarker — Property in class org.antlr.runtime.CommonTokenStream
Track the last mark() call result value for use in rewind().
lastMarker — Property in class org.antlr.runtime.tree.CommonTreeNodeStream
Track the last mark() call result value for use in rewind().
lastRewriteTokenIndexes — Property in class org.antlr.runtime.TokenRewriteStream
Map String (program name) -> Integer index
LB(k) — Method in class org.antlr.runtime.CommonTokenStream
Look backwards k tokens on-channel tokens
LB(k) — Method in class org.antlr.runtime.tree.CommonTreeNodeStream
Look backwards k nodes
lengthInLongWords — Property in class org.antlr.runtime.BitSet
return how much space is being used by the bits array not how many actually have member bits on.
Lexer — Class in package org.antlr.runtime
A lexer is recognizer that draws input symbols from a character stream.
Lexer(input:org.antlr.runtime:CharStream, state:org.antlr.runtime:RecognizerSharedState) — Constructor in class org.antlr.runtime.Lexer
_line — Property in class org.antlr.runtime.ANTLRStringStream
line number 1..n within the input
line — Property in class org.antlr.runtime.ANTLRStringStream
line — Property in interface org.antlr.runtime.CharStream
ANTLR tracks the line information automatically
line — Property in class org.antlr.runtime.CharStreamState
What line number is the scanner at before processing buffer[p]?
_line — Property in class org.antlr.runtime.CommonToken
line — Property in class org.antlr.runtime.CommonToken
line — Property in class org.antlr.runtime.Lexer
line — Property in class org.antlr.runtime.RecognitionException
Track the line at which the error occurred in case this is generated from a lexer.
line — Property in interface org.antlr.runtime.Token
The line number on which this token was matched; line=1..n
line — Property in class org.antlr.runtime.tree.BaseTree
line — Property in class org.antlr.runtime.tree.CommonTree
line — Property in interface org.antlr.runtime.tree.Tree
In case we don't have a token payload, what is the line for errors?
_lineDelimiter — Property in class org.antlr.runtime.ANTLRStringStream
load(file, encoding) — Method in class org.antlr.runtime.ANTLRFileStream
LOG_BITS — Constant static property in class org.antlr.runtime.BitSet
LT(i) — Method in class org.antlr.runtime.ANTLRStringStream
LT(i) — Method in interface org.antlr.runtime.CharStream
Get the ith character of lookahead.
LT(k) — Method in class org.antlr.runtime.CommonTokenStream
Get the ith token from the current position 1..n where k=1 is the first symbol of lookahead.
LT(k) — Method in interface org.antlr.runtime.TokenStream
Get Token at current input pointer + i ahead where i=1 is next Token.
LT(k) — Method in class org.antlr.runtime.tree.CommonTreeNodeStream
LT(k) — Method in interface org.antlr.runtime.tree.TreeNodeStream
Get tree node at current input pointer + i ahead where i=1 is next node.
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