Alphabetical Index: L

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

L

LA - static field in class antlr.debug.InputBufferEvent
LA - static field in class antlr.debug.InputBufferEventSupport
LA - static field in class antlr.debug.ParserEventSupport
LA - static field in class antlr.debug.ParserTokenEvent
LA(int) - method in class antlr.CharScanner
LA(int) - method in class antlr.debug.DebuggingCharScanner
LA(int) - method in class antlr.debug.DebuggingInputBuffer
Get a lookahead character
LA(int) - method in class antlr.InputBuffer
Get a lookahead character
LA(int) - method in class antlr.debug.LLkDebuggingParser
Return the token type of the ith token of lookahead where i=1 is the current token being examined by the parser (i.e., it has not been matched yet).
LA(int) - method in class antlr.LLkParser
LA(int) - method in class antlr.Parser
Return the token type of the ith token of lookahead where i=1 is the current token being examined by the parser (i.e., it has not been matched yet).
LA(int) - method in class antlr.TokenBuffer
Get a lookahead token value
LA(int) - method in class antlr.TokenStreamHiddenTokenFilter
label - field in class antlr.AlternativeBlock
label - field in class antlr.CharRangeElement
label - field in class antlr.ExceptionSpec
label - field in class antlr.GrammarAtom
label - field in class antlr.RuleRefElement
label - field in class antlr.StringLiteralSymbol
label - field in class antlr.TokenRangeElement
label - field in class antlr.WildcardElement
labeledElementInit - field in class antlr.CppCodeGenerator
labeledElementInit - field in class antlr.JavaCodeGenerator
labeledElements - field in class antlr.RuleBlock
labeledElementType - field in class antlr.CppCodeGenerator
labeledElementType - field in class antlr.JavaCodeGenerator
language - field in class antlr.DefineGrammarSymbols
lastElement - field in class antlr.collections.impl.Vector
track tail of hidden list emanating from previous monitored token
Map String (program name) -> Integer index
lastRuleRef - field in class antlr.MakeGrammar
length - field in class antlr.ANTLRStringBuffer
length - field in class antlr.collections.impl.LList
length() - method in class antlr.ANTLRStringBuffer
length() - method in class antlr.collections.List
length() - method in class antlr.collections.impl.LList
Return the length of the list.
lengthInLongWords() - method in class antlr.collections.impl.BitSet
return how much space is being used by the bits array not how many actually have member bits on.
level - field in class antlr.DumpASTVisitor
lexerClassName - field in class antlr.PythonCodeGenerator
Lexer-specific grammar subclass
lexerOptionsSpec() - method in class antlr.ANTLRParser
LexerRoot - field in class antlr.preprocessor.Hierarchy
This object contains the data associated with an input stream of characters.
lexerSpec(String) - method in class antlr.ANTLRParser
lexicalAnalysis - field in class antlr.LLkAnalyzer
line - field in class antlr.CommonToken
line - field in class antlr.GrammarElement
line - field in class antlr.LexerSharedInputState
line - field in class antlr.RecognitionException
lineOffset - field in class antlr.actions.cpp.ActionLexer
lineOffset - field in class antlr.actions.csharp.ActionLexer
lineOffset - field in class antlr.actions.python.ActionLexer
lineOffset - field in class antlr.actions.python.CodeLexer
List - interface antlr.collections.List
A simple List interface that describes operations on a list.
list - field in class antlr.collections.impl.LLEnumeration
ListenerBase - interface antlr.debug.ListenerBase
LITERAL_catch - static field in class antlr.ANTLRTokenTypes
LITERAL_catch - static field in class antlr.preprocessor.PreprocessorTokenTypes
LITERAL_charVocabulary - static field in class antlr.ANTLRTokenTypes
LITERAL_class - static field in class antlr.ANTLRTokenTypes
LITERAL_class - static field in class antlr.preprocessor.PreprocessorTokenTypes
LITERAL_exception - static field in class antlr.ANTLRTokenTypes
LITERAL_exception - static field in class antlr.preprocessor.PreprocessorTokenTypes
LITERAL_extends - static field in class antlr.ANTLRTokenTypes
LITERAL_extends - static field in class antlr.preprocessor.PreprocessorTokenTypes
LITERAL_header - static field in class antlr.ANTLRTokenTypes
LITERAL_lexclass - static field in class antlr.ANTLRTokenTypes
LITERAL_Lexer - static field in class antlr.ANTLRTokenTypes
LITERAL_options - static field in class antlr.ANTLRTokenTypes
LITERAL_Parser - static field in class antlr.ANTLRTokenTypes
LITERAL_private - static field in class antlr.ANTLRTokenTypes
LITERAL_private - static field in class antlr.preprocessor.PreprocessorTokenTypes
LITERAL_protected - static field in class antlr.ANTLRTokenTypes
LITERAL_protected - static field in class antlr.preprocessor.PreprocessorTokenTypes
LITERAL_public - static field in class antlr.ANTLRTokenTypes
LITERAL_public - static field in class antlr.preprocessor.PreprocessorTokenTypes
LITERAL_returns - static field in class antlr.ANTLRTokenTypes
LITERAL_returns - static field in class antlr.preprocessor.PreprocessorTokenTypes
LITERAL_throws - static field in class antlr.ANTLRTokenTypes
LITERAL_throws - static field in class antlr.preprocessor.PreprocessorTokenTypes
LITERAL_tokens - static field in class antlr.ANTLRTokenTypes
LITERAL_tokens - static field in class antlr.preprocessor.PreprocessorTokenTypes
LITERAL_TreeParser - static field in class antlr.ANTLRTokenTypes
literalChar(int) - method in class antlr.CharFormatter
literalChar(int) - method in class antlr.CppCharFormatter
Given a character value, return a string representing the character literal that can be recognized by the target language compiler.
literalChar(int) - method in class antlr.CSharpCharFormatter
Given a character value, return a string representing the character literal that can be recognized by the target language compiler.
literalChar(int) - method in class antlr.JavaCharFormatter
Given a character value, return a string representing the character literal that can be recognized by the target language compiler.
literalChar(int) - method in class antlr.PythonCharFormatter
literals - field in class antlr.CharScanner
literalsPrefix - static field in class antlr.Tool
literalString(String) - method in class antlr.CharFormatter
literalString(String) - method in class antlr.CppCharFormatter
Converts a String into a string literal This works for languages that use double-quotes for string literals.
Converts a String into a string literal This works for languages that use double-quotes for string literals.
Converts a String into a string literal This works for languages that use double-quotes for string literals.
LLCell - class antlr.collections.impl.LLCell
A linked list cell, which contains a ref to the object and next cell.
LLCell(Object) - constructor for class antlr.collections.impl.LLCell
LLEnumeration - class antlr.collections.impl.LLEnumeration
An enumeration of a LList.
LLEnumeration(antlr.collections.impl.LList) - constructor for class antlr.collections.impl.LLEnumeration
Create an enumeration attached to a LList
LList - class antlr.collections.impl.LList
A Linked List Implementation (not thread-safe for simplicity) (adds to the tail) (has an enumeration)
LLkAnalyzer - class antlr.LLkAnalyzer
A linear-approximate LL(k) grammar analzyer.
LLkAnalyzer(antlr.Tool) - constructor for class antlr.LLkAnalyzer
Create an LLk analyzer
LLkDebuggingParser(int) - constructor for class antlr.debug.LLkDebuggingParser
LLkParser - class antlr.LLkParser
An LL(k) parser.
LLkParser(antlr.TokenBuffer,int) - constructor for class antlr.LLkParser
LLkParser(antlr.TokenStream,int) - constructor for class antlr.LLkParser
LLkParser(int) - constructor for class antlr.LLkParser
lock - field in class antlr.BlockEndElement
lock - field in class antlr.RuleBlock
log(String) - method in class antlr.build.Tool
LOG_BITS - static field in class antlr.collections.impl.BitSet
look(int) - method in class antlr.ActionElement
look(int) - method in class antlr.AlternativeBlock
look(int) - method in class antlr.BlockEndElement
look(int) - method in class antlr.CharLiteralElement
look(int) - method in class antlr.CharRangeElement
look(int) - method in class antlr.GrammarElement
look(int) - method in class antlr.OneOrMoreBlock
look(int) - method in class antlr.RuleBlock
look(int) - method in class antlr.RuleEndElement
look(int) - method in class antlr.RuleRefElement
look(int) - method in class antlr.StringLiteralElement
look(int) - method in class antlr.SynPredBlock
look(int) - method in class antlr.TokenRangeElement
look(int) - method in class antlr.TokenRefElement
look(int) - method in class antlr.TreeElement
look(int) - method in class antlr.WildcardElement
look(int) - method in class antlr.ZeroOrMoreBlock
Actions are ignored
Combine the lookahead computed for each alternative
Compute what follows this place-holder node and possibly what begins the associated loop unless the node is locked.
Return this char as the lookahead if k=1.
The lookahead of a (...)+ block is the combined lookahead of all alternatives and, if an empty path is found, the lookahead of what follows the block.
look(int,antlr.RuleBlock) - method in class antlr.LLkAnalyzer
Combine the lookahead computed for each alternative.
If not locked or noFOLLOW set, compute FOLLOW of a rule.
Compute the lookahead contributed by a rule reference.
The lookahead of a (...)=> block is the lookahead of what follows the block.
The (...)* element is the combined lookahead of the alternatives and what can follow the loop.
look(int,String) - method in class antlr.LLkAnalyzer
Compute the combined lookahead for all productions of a rule.
look(int,String) - method in class antlr.LLkGrammarAnalyzer
Lookahead - class antlr.Lookahead
This object holds all information needed to represent the lookahead for any particular lookahead computation for a single lookahead depth.
Lookahead() - constructor for class antlr.Lookahead
create a new lookahead set with the LL(1) set to the parameter
Lookahead(String) - constructor for class antlr.Lookahead
create an empty lookahead set, but with cycle
LOOKAHEAD_DEPTH_INIT - static field in class antlr.GrammarAnalyzer
lookaheadAmount - field in class antlr.debug.InputBufferEvent
lookaheadDepth - field in class antlr.Alternative
If the first k-1 sets are singleton sets, the appoximate lookahead analysis is equivalent to full lookahead analysis.
Is the lookahead for this alt empty?
Is the lookahead for this alt empty?
Is the lookahead for this alt empty?
Is the lookahead for this alt empty?
LPAREN - static field in class antlr.ANTLRTokdefParserTokenTypes
LPAREN - static field in class antlr.ANTLRTokenTypes
LPAREN - static field in class antlr.preprocessor.PreprocessorTokenTypes
LT(int) - method in class antlr.LLkParser
LT(int) - method in class antlr.Parser
Return the ith token of lookahead
LT(int) - method in class antlr.TokenBuffer
Get a lookahead token
lt1Value - field in class antlr.CppCodeGenerator
lt1Value - field in class antlr.CSharpCodeGenerator
lt1Value - field in class antlr.JavaCodeGenerator
lt1Value - field in class antlr.PythonCodeGenerator