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

A

abortGrammar() - Method in class antlr.MakeGrammar
Abort the processing of a grammar (due to syntax errors)
abortGrammar() - Method in class antlr.DefineGrammarSymbols
Abort the processing of a grammar due to syntax errors
abortGrammar() - Method in interface antlr.ANTLRGrammarParseBehavior
 
ActionTransInfo - class antlr.ActionTransInfo.
This class contains information about how an action was translated (using the AST conversion rules).
ActionTransInfo() - Constructor for class antlr.ActionTransInfo
 
add(AST) - Method in class antlr.collections.impl.ASTArray
 
add(int) - Method in class antlr.collections.impl.BitSet
or this element into this set (grow as necessary to accommodate)
add(Object) - Method in interface antlr.collections.List
 
add(Object) - Method in class antlr.collections.impl.LList
Add an object to the end of the list.
addASTChild(ASTPair, AST) - Method in class antlr.ASTFactory
Add a child to the current AST
addChild(AST) - Method in class antlr.BaseAST
Add a node to the end of the child list for this node
addChild(AST) - Method in class antlr.ASTNULLType
 
addChild(AST) - Method in interface antlr.collections.AST
Add a (rightmost) child to this node
addDoneListener(ListenerBase) - Method in class antlr.debug.ParserEventSupport
 
addElementToCurrentAlt(AlternativeElement) - Method in class antlr.MakeGrammar
 
addExceptionSpec(ExceptionSpec) - Method in class antlr.RuleBlock
 
addGrammar(Grammar) - Method in class antlr.preprocessor.Hierarchy
 
addGrammar(Grammar) - Method in class antlr.preprocessor.GrammarFile
 
addGrammarFile(GrammarFile) - Method in class antlr.preprocessor.Hierarchy
 
addHeaderAction(String) - Method in class antlr.preprocessor.GrammarFile
 
addInputBufferListener(InputBufferListener) - Method in class antlr.debug.InputBufferEventSupport
 
addInputBufferListener(InputBufferListener) - Method in class antlr.debug.DebuggingInputBuffer
 
addInputStream(TokenStream, String) - Method in class antlr.TokenStreamSelector
 
addMessageListener(MessageListener) - Method in class antlr.Parser
 
addMessageListener(MessageListener) - Method in class antlr.debug.ParserEventSupport
 
addMessageListener(MessageListener) - Method in class antlr.debug.LLkDebuggingParser
 
addMessageListener(MessageListener) - Method in class antlr.debug.DebuggingCharScanner
 
addNewLineListener(NewLineListener) - Method in class antlr.debug.ParserEventSupport
 
addNewLineListener(NewLineListener) - Method in class antlr.debug.DebuggingCharScanner
 
addParserListener(ParserListener) - Method in class antlr.Parser
 
addParserListener(ParserListener) - Method in class antlr.debug.ParserEventSupport
 
addParserListener(ParserListener) - Method in class antlr.debug.LLkDebuggingParser
 
addParserListener(ParserListener) - Method in class antlr.debug.DebuggingCharScanner
 
addParserMatchListener(ParserMatchListener) - Method in class antlr.Parser
 
addParserMatchListener(ParserMatchListener) - Method in class antlr.debug.ParserEventSupport
 
addParserMatchListener(ParserMatchListener) - Method in class antlr.debug.LLkDebuggingParser
 
addParserMatchListener(ParserMatchListener) - Method in class antlr.debug.DebuggingCharScanner
 
addParserTokenListener(ParserTokenListener) - Method in class antlr.Parser
 
addParserTokenListener(ParserTokenListener) - Method in class antlr.debug.ParserEventSupport
 
addParserTokenListener(ParserTokenListener) - Method in class antlr.debug.LLkDebuggingParser
 
addParserTokenListener(ParserTokenListener) - Method in class antlr.debug.DebuggingCharScanner
 
addSemanticPredicateListener(SemanticPredicateListener) - Method in class antlr.Parser
 
addSemanticPredicateListener(SemanticPredicateListener) - Method in class antlr.debug.ParserEventSupport
 
addSemanticPredicateListener(SemanticPredicateListener) - Method in class antlr.debug.LLkDebuggingParser
 
addSemanticPredicateListener(SemanticPredicateListener) - Method in class antlr.debug.DebuggingCharScanner
 
addSemPred(String) - Method in class antlr.JavaCodeGenerator
Adds a semantic predicate string to the sem pred vector These strings will be used to build an array of sem pred names when building a debugging parser.
addSemPred(String) - Method in class antlr.CSharpCodeGenerator
Adds a semantic predicate string to the sem pred vector These strings will be used to build an array of sem pred names when building a debugging parser.
addSemPred(String) - Method in class antlr.CppCodeGenerator
Adds a semantic predicate string to the sem pred vector These strings will be used to build an array of sem pred names when building a debugging parser.
addSibling(XMLAST) - Method in class de.zeigermann.xpa.treeParser.XMLAST
Adds a new sibling to this element.
addSyntacticPredicateListener(SyntacticPredicateListener) - Method in class antlr.Parser
 
addSyntacticPredicateListener(SyntacticPredicateListener) - Method in class antlr.debug.ParserEventSupport
 
addSyntacticPredicateListener(SyntacticPredicateListener) - Method in class antlr.debug.LLkDebuggingParser
 
addSyntacticPredicateListener(SyntacticPredicateListener) - Method in class antlr.debug.DebuggingCharScanner
 
addTraceListener(TraceListener) - Method in class antlr.Parser
 
addTraceListener(TraceListener) - Method in class antlr.debug.ParserEventSupport
 
addTraceListener(TraceListener) - Method in class antlr.debug.LLkDebuggingParser
 
addTraceListener(TraceListener) - Method in class antlr.debug.DebuggingCharScanner
 
addTreeModelListener(TreeModelListener) - Method in class antlr.debug.misc.JTreeASTModel
 
advanceChildToEnd() - Method in class antlr.ASTPair
Make sure that child is the last sibling
altUsesWildcardDefault(Alternative) - Method in class antlr.LLkAnalyzer
Return true if someone used the '.' wildcard default idiom.
analyzer - Variable in class antlr.CodeGenerator
The LLk analyzer
analyzerDebug - Variable in class antlr.Grammar
 
and(BitSet) - Method in class antlr.collections.impl.BitSet
 
andInPlace(BitSet) - Method in class antlr.collections.impl.BitSet
 
antlr - package antlr
 
antlr.collections - package antlr.collections
 
antlr.collections.impl - package antlr.collections.impl
 
antlr.debug - package antlr.debug
 
antlr.debug.misc - package antlr.debug.misc
 
antlr.preprocessor - package antlr.preprocessor
 
ANTLRError - error antlr.ANTLRError.
 
ANTLRError() - Constructor for class antlr.ANTLRError
ANTLRError constructor comment.
ANTLRError(String) - Constructor for class antlr.ANTLRError
ANTLRError constructor comment.
ANTLRException - exception antlr.ANTLRException.
 
ANTLRException() - Constructor for class antlr.ANTLRException
 
ANTLRException(String) - Constructor for class antlr.ANTLRException
 
ANTLRGrammarParseBehavior - interface antlr.ANTLRGrammarParseBehavior.
 
ANTLRHashString - class antlr.ANTLRHashString.
 
ANTLRHashString(char[], int, CharScanner) - Constructor for class antlr.ANTLRHashString
 
ANTLRHashString(CharScanner) - Constructor for class antlr.ANTLRHashString
 
ANTLRHashString(String, CharScanner) - Constructor for class antlr.ANTLRHashString
 
ANTLRStringBuffer - class antlr.ANTLRStringBuffer.
 
ANTLRStringBuffer() - Constructor for class antlr.ANTLRStringBuffer
 
ANTLRStringBuffer(int) - Constructor for class antlr.ANTLRStringBuffer
 
antlrTool - Variable in class antlr.Grammar
 
antlrTool - Variable in class antlr.CodeGenerator
 
antlrTool - Variable in class antlr.preprocessor.Tool
 
antlrTool - Variable in class antlr.preprocessor.Hierarchy
 
append(char) - Method in class antlr.CharScanner
 
append(char) - Method in class antlr.CharQueue
Add token to end of the queue
append(char) - Method in class antlr.ANTLRStringBuffer
 
append(Object) - Method in interface antlr.collections.List
 
append(Object) - Method in class antlr.collections.impl.LList
Append an object to the end of the list.
append(String) - Method in class antlr.CharScanner
 
append(String) - Method in class antlr.ANTLRStringBuffer
 
appendElement(Object) - Method in class antlr.collections.impl.Vector
 
appendElement(Object, Object) - Method in class antlr.collections.impl.IndexedVector
 
applyLocatorInfo(Token) - Method in class de.zeigermann.xpa.tokenParser.XMLFragmentDrivenTokenStream
Does nothing, as no info is available, yet.
applyLocatorInfo(Token) - Method in class de.zeigermann.xpa.tokenParser.SAXDrivenTokenStream
Apply line, column and filename information from SAX events to token.
applyLocatorInfo(Token) - Method in class de.zeigermann.xpa.tokenParser.Parser2XMLTokenStreamAdapter
Depending on implementation set line and column number of token if available.
argAction - Variable in class antlr.RuleBlock
 
args - Variable in class antlr.preprocessor.Tool
 
array - Variable in class antlr.collections.impl.ASTArray
 
assignToRoot - Variable in class antlr.ActionTransInfo
 
AST - interface antlr.collections.AST.
Minimal AST node interface used by ANTLR AST generation and tree-walker.
ASTArray - class antlr.collections.impl.ASTArray.
ASTArray is a class that allows ANTLR to generate code that can create and initialize an array in one expression, like: (new ASTArray(3)).add(x).add(y).add(z)
ASTArray(int) - Constructor for class antlr.collections.impl.ASTArray
 
ASTEnumeration - interface antlr.collections.ASTEnumeration.
 
ASTEnumerator - class antlr.collections.impl.ASTEnumerator.
 
ASTEnumerator(Vector) - Constructor for class antlr.collections.impl.ASTEnumerator
 
astFactory - Variable in class antlr.TreeParser
AST support code; parser and treeparser delegate to this object
astFactory - Variable in class antlr.Parser
AST support code; parser delegates to this object.
ASTFactory - class antlr.ASTFactory.
AST Support code shared by TreeParser and Parser.
ASTFactory() - Constructor for class antlr.ASTFactory
 
ASTFactory(Hashtable) - Constructor for class antlr.ASTFactory
Create factory with a specific mapping from token type to Java AST node type.
ASTFrame - class antlr.debug.misc.ASTFrame.
 
ASTFrame(String, AST) - Constructor for class antlr.debug.misc.ASTFrame
 
ASTIterator - class antlr.ASTIterator.
 
ASTIterator(AST) - Constructor for class antlr.ASTIterator
 
ASTNULL - Static variable in class antlr.TreeParser
The AST Null object; the parsing cursor is set to this when it is found to be null.
ASTNULLType - class antlr.ASTNULLType.
There is only one instance of this class
ASTNULLType() - Constructor for class antlr.ASTNULLType
 
ASTPair - class antlr.ASTPair.
ASTPair: utility class used for manipulating a pair of ASTs representing the current AST root and current AST sibling.
ASTPair() - Constructor for class antlr.ASTPair
 
ASTVisitor - interface antlr.ASTVisitor.
 

B

badToken - Static variable in class antlr.Token
 
BaseAST - class antlr.BaseAST.
A Child-Sibling Tree.
BaseAST() - Constructor for class antlr.BaseAST
 
beginAlt(boolean) - Method in class antlr.MakeGrammar
 
beginAlt(boolean) - Method in class antlr.DefineGrammarSymbols
 
beginAlt(boolean) - Method in interface antlr.ANTLRGrammarParseBehavior
 
beginChildList() - Method in class antlr.MakeGrammar
 
beginChildList() - Method in class antlr.DefineGrammarSymbols
 
beginChildList() - Method in interface antlr.ANTLRGrammarParseBehavior
 
beginExceptionGroup() - Method in class antlr.MakeGrammar
Add an exception group to a rule (currently a no-op)
beginExceptionGroup() - Method in class antlr.DefineGrammarSymbols
 
beginExceptionGroup() - Method in interface antlr.ANTLRGrammarParseBehavior
 
beginExceptionSpec(Token) - Method in class antlr.MakeGrammar
Add an exception spec to an exception group or rule block
beginExceptionSpec(Token) - Method in class antlr.DefineGrammarSymbols
 
beginExceptionSpec(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
beginSubRule(Token, Token, boolean) - Method in class antlr.MakeGrammar
 
beginSubRule(Token, Token, boolean) - Method in class antlr.DefineGrammarSymbols
 
beginSubRule(Token, Token, boolean) - Method in interface antlr.ANTLRGrammarParseBehavior
 
beginTree(Token) - Method in class antlr.MakeGrammar
 
beginTree(Token) - Method in class antlr.DefineGrammarSymbols
 
beginTree(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
behavior - Variable in class antlr.CodeGenerator
The grammar behavior
bits - Variable in class antlr.collections.impl.BitSet
The actual data bits
BITS - Static variable in class antlr.collections.impl.BitSet
 
BitSet - class antlr.collections.impl.BitSet.
A BitSet to replace java.util.BitSet.
BITSET - Static variable in class antlr.debug.ParserMatchEvent
 
BITSET_OPTIMIZE_INIT_THRESHOLD - Static variable in class antlr.CodeGenerator
If there are more than 8 long words to init in a bitset, try to optimize it; e.g., detect runs of -1L and 0L.
BitSet() - Constructor for class antlr.collections.impl.BitSet
Construct a bitset of size one word (64 bits)
BitSet(int) - Constructor for class antlr.collections.impl.BitSet
Construct a bitset given the size
BitSet(long[]) - Constructor for class antlr.collections.impl.BitSet
Construction from a static array of longs
bitsetsUsed - Variable in class antlr.CodeGenerator
List of all bitsets that must be dumped.
bitsetTestThreshold - Variable in class antlr.CodeGenerator
This is a hint for the language-specific code generator.
BlockingLinkedListTokenQueue - class de.zeigermann.xpa.tokenParser.BlockingLinkedListTokenQueue.
This is class is a special form of a LinkedListTokenQueue.
BlockingLinkedListTokenQueue(int) - Constructor for class de.zeigermann.xpa.tokenParser.BlockingLinkedListTokenQueue
Creates a new token queue.
blocks - Variable in class antlr.MakeGrammar
 
buffer - Variable in class antlr.CharQueue
Physical circular buffer of tokens
buffer - Variable in class antlr.ANTLRStringBuffer
 
buildAST - Variable in class antlr.Grammar
 
ByteBuffer - class antlr.ByteBuffer.
 
ByteBuffer(InputStream) - Constructor for class antlr.ByteBuffer
Create a character buffer

C

cache - Variable in class antlr.RuleBlock
 
capacity() - Method in class antlr.collections.impl.Vector
Returns the current capacity of the vector.
caseSensitive - Variable in class antlr.CharScanner
 
caseSensitiveLiterals - Variable in class antlr.CharScanner
 
caseSizeThreshold - Static variable in class antlr.JavaCodeGenerator
 
caseSizeThreshold - Static variable in class antlr.CSharpCodeGenerator
 
caseSizeThreshold - Static variable in class antlr.CppCodeGenerator
 
CDATA - Static variable in class de.zeigermann.xpa.XMLTokenTypeManager
This is the name of the token that should be used for character data (unused, but reserved for future extensions).
cdata(String) - Method in interface de.zeigermann.xpa.XMLFragmentHandler
Receives notification of character data.
cdata(String) - Method in class de.zeigermann.xpa.DefaultXMLFragmentHandler
 
CHAR - Static variable in class antlr.MismatchedCharException
 
CHAR - Static variable in class antlr.debug.ParserMatchEvent
 
CHAR_BITSET - Static variable in class antlr.debug.ParserMatchEvent
 
CHAR_RANGE - Static variable in class antlr.debug.ParserMatchEvent
 
charAt(int) - Method in class antlr.ANTLRStringBuffer
 
CharBuffer - class antlr.CharBuffer.
 
CharBuffer(Reader) - Constructor for class antlr.CharBuffer
Create a character buffer
charFormatter - Variable in class antlr.CodeGenerator
Object used to format characters in the target language.
CharFormatter - interface antlr.CharFormatter.
Interface used by BitSet to format elements of the set when converting to string
CharQueue - class antlr.CharQueue.
A circular buffer object used by CharBuffer
CharQueue(int) - Constructor for class antlr.CharQueue
 
CharScanner - class antlr.CharScanner.
 
CharScanner() - Constructor for class antlr.CharScanner
 
CharScanner(InputBuffer) - Constructor for class antlr.CharScanner
 
CharScanner(LexerSharedInputState) - Constructor for class antlr.CharScanner
 
CharStreamException - exception antlr.CharStreamException.
Anything that goes wrong while generating a stream of characters
CharStreamException(String) - Constructor for class antlr.CharStreamException
CharStreamException constructor comment.
CharStreamIOException - exception antlr.CharStreamIOException.
Wrap an IOException in a CharStreamException
CharStreamIOException(IOException) - Constructor for class antlr.CharStreamIOException
 
checkBreak() - Method in interface antlr.debug.ParserController
 
checkForInvalidArguments(String[], BitSet) - Method in class antlr.Tool
 
child - Variable in class antlr.ASTPair
 
classMemberAction - Variable in class antlr.Grammar
 
className - Variable in class antlr.Grammar
 
clear() - Method in class antlr.collections.impl.BitSet
 
clear(int) - Method in class antlr.collections.impl.BitSet
 
clone() - Method in class antlr.Lookahead
Make a deep copy of everything in this object
clone() - Method in class antlr.collections.impl.Vector
 
clone() - Method in class antlr.collections.impl.BitSet
 
close() - Method in class antlr.PreservingFileWriter
Close the file and see if the actual target is different if so the target file is overwritten by the copy.
CodeGenerator - class antlr.CodeGenerator.
A generic ANTLR code generator.
CodeGenerator() - Constructor for class antlr.CodeGenerator
Construct code generator base class
col - Variable in class antlr.CommonToken
 
column - Variable in class antlr.RecognitionException
 
column - Variable in class antlr.LexerSharedInputState
 
combineWith(Lookahead) - Method in class antlr.Lookahead
 
comment - Variable in class antlr.Grammar
 
COMMENT - Static variable in class de.zeigermann.xpa.XMLTokenTypeManager
This is the name of the token that should be used for comments (unused, but reserved for future extensions).
comment(String) - Method in interface de.zeigermann.xpa.XMLFragmentHandler
Receives notification of a comment.
comment(String) - Method in class de.zeigermann.xpa.DefaultXMLFragmentHandler
 
commit() - Method in class antlr.InputBuffer
This method updates the state of the input buffer so that the text matched since the most recent mark() is no longer held by the buffer.
commit() - Method in class antlr.CharScanner
 
commitToPath - Variable in class antlr.CharScanner
Used during filter mode to indicate that path is desired.
CommonAST - class antlr.CommonAST.
Common AST node implementation
CommonAST() - Constructor for class antlr.CommonAST
 
CommonAST(Token) - Constructor for class antlr.CommonAST
 
CommonASTWithHiddenTokens - class antlr.CommonASTWithHiddenTokens.
A CommonAST whose initialization copies hidden token information from the Token used to create a node.
CommonASTWithHiddenTokens() - Constructor for class antlr.CommonASTWithHiddenTokens
 
CommonASTWithHiddenTokens(Token) - Constructor for class antlr.CommonASTWithHiddenTokens
 
CommonHiddenStreamToken - class antlr.CommonHiddenStreamToken.
 
CommonHiddenStreamToken() - Constructor for class antlr.CommonHiddenStreamToken
 
CommonHiddenStreamToken(int, String) - Constructor for class antlr.CommonHiddenStreamToken
 
CommonHiddenStreamToken(String) - Constructor for class antlr.CommonHiddenStreamToken
 
CommonToken - class antlr.CommonToken.
 
CommonToken() - Constructor for class antlr.CommonToken
 
CommonToken(int, String) - Constructor for class antlr.CommonToken
 
CommonToken(String) - Constructor for class antlr.CommonToken
 
CONSUME - Static variable in class antlr.debug.ParserTokenEvent
 
CONSUME - Static variable in class antlr.debug.ParserEventSupport
 
CONSUME - Static variable in class antlr.debug.InputBufferEventSupport
 
CONSUME - Static variable in class antlr.debug.InputBufferEvent
 
consume() - Method in class antlr.TokenStreamHiddenTokenFilter
 
consume() - Method in class antlr.TokenBuffer
Mark another token for deferred consumption
consume() - Method in class antlr.Parser
Get another token object from the token stream
consume() - Method in class antlr.LLkParser
Consume another token from the input stream.
consume() - Method in class antlr.InputBuffer
Mark another character for deferred consumption
consume() - Method in class antlr.CharScanner
 
consume() - Method in class antlr.debug.LLkDebuggingParser
Get another token object from the token stream
consume() - Method in class antlr.debug.DebuggingInputBuffer
 
consume() - Method in class antlr.debug.DebuggingCharScanner
 
consumeUntil(BitSet) - Method in class antlr.Parser
Consume tokens until one matches the given token set
consumeUntil(BitSet) - Method in class antlr.CharScanner
Consume chars until one matches the given set
consumeUntil(int) - Method in class antlr.Parser
Consume tokens until one matches the given token
consumeUntil(int) - Method in class antlr.CharScanner
Consume chars until one matches the given char
containsEpsilon() - Method in class antlr.Lookahead
 
context() - Method in class antlr.MakeGrammar
 
copy() - Method in class antlr.ASTPair
Copy an ASTPair.
copyFile(String, String) - Method in class antlr.Tool
This example is from the book _Java in a Nutshell_ by David Flanagan.
countLines(String) - Method in class antlr.CppCodeGenerator
 
CppCodeGenerator - class antlr.CppCodeGenerator.
Generate MyParser.cpp, MyParser.hpp, MyLexer.cpp, MyLexer.hpp and MyParserTokenTypes.hpp
CppCodeGenerator() - Constructor for class antlr.CppCodeGenerator
Create a C++ code-generator using the given Grammar.
create() - Method in class de.zeigermann.xpa.treeParser.XMLASTFactory
Creates an empty XMLAST.
create() - Method in class antlr.ASTFactory
Create a new empty AST node; if the user did not specify an AST node type, then create a default one: CommonAST.
create(AST) - Method in class de.zeigermann.xpa.treeParser.XMLASTFactory
Creates a copy of an AST.
create(AST) - Method in class antlr.ASTFactory
Create a new empty AST node; if the user did not specify an AST node type, then create a default one: CommonAST.
create(Class) - Method in class antlr.ASTFactory
 
create(int) - Method in class de.zeigermann.xpa.treeParser.XMLASTFactory
Creates a new XMLAST with text ""
create(int) - Method in class antlr.ASTFactory
 
create(int, String) - Method in class de.zeigermann.xpa.treeParser.XMLASTFactory
Creates a new XMLAST.
create(int, String) - Method in class antlr.ASTFactory
 
create(int, String, String) - Method in class antlr.ASTFactory
Create an AST node with the token type and text passed in, but with a specific Java object type.
create(String) - Method in class de.zeigermann.xpa.treeParser.XMLASTFactory
Creates an XMLAST from a string.
create(String) - Method in class antlr.ASTFactory
 
create(Token) - Method in class de.zeigermann.xpa.treeParser.XMLASTFactory
Creates a new AST from a Token.
create(Token) - Method in class antlr.ASTFactory
 
create(Token, String) - Method in class antlr.ASTFactory
ANTLR generates reference to this when you reference a token that has a specified heterogeneous AST node type.
create(XMLAST) - Method in class de.zeigermann.xpa.treeParser.XMLASTFactory
Creates a copy of an XMLAST.
create(XMLStartAST) - Method in class de.zeigermann.xpa.treeParser.XMLASTFactory
Creates a copy of an XMLStartAST.
createNextTokenRule(Grammar, Vector, String) - Static method in class antlr.MakeGrammar
Used to build nextToken() for the lexer.
createUsingCtor(Token, String) - Method in class antlr.ASTFactory
 
CSharpCodeGenerator - class antlr.CSharpCodeGenerator.
Generates MyParser.cs, MyLexer.cs and MyParserTokenTypes.cs
CSharpCodeGenerator() - Constructor for class antlr.CSharpCodeGenerator
Create a CSharp code-generator using the given Grammar.
CSharpNameSpace - class antlr.CSharpNameSpace.
 
CSharpNameSpace(String) - Constructor for class antlr.CSharpNameSpace
 
currentOutput - Variable in class antlr.CodeGenerator
Current output Stream
cursor - Variable in class antlr.ASTIterator
 
cursor() - Method in interface antlr.collections.Enumerator
Return the element under the cursor; return null if !

D

data - Variable in class antlr.collections.impl.Vector
 
datestamp - Static variable in class antlr.Version
 
de.zeigermann.xpa - package de.zeigermann.xpa
XPA (Xml Processing for Antlr) makes ANTLR processing and transformation features accessible for XML.
de.zeigermann.xpa.tokenParser - package de.zeigermann.xpa.tokenParser
This package contains classes needed to adapt XML parsers to ANTLR token streams used by ANTLR generated parsers.
de.zeigermann.xpa.treeParser - package de.zeigermann.xpa.treeParser
This package contains classes needed to adapt XML parsers to ANTLR ASTs used by ANTLR generated tree parsers.
DEBUG_ANALYZER - Variable in class antlr.LLkAnalyzer
 
DEBUG_CODE_GENERATOR - Variable in class antlr.CodeGenerator
Use option "codeGenDebug" to generate debugging output
DebuggingCharScanner - class antlr.debug.DebuggingCharScanner.
 
DebuggingCharScanner(InputBuffer) - Constructor for class antlr.debug.DebuggingCharScanner
 
DebuggingCharScanner(LexerSharedInputState) - Constructor for class antlr.debug.DebuggingCharScanner
 
DebuggingInputBuffer - class antlr.debug.DebuggingInputBuffer.
 
DebuggingInputBuffer(InputBuffer) - Constructor for class antlr.debug.DebuggingInputBuffer
 
debuggingOutput - Variable in class antlr.Grammar
 
DebuggingParser - interface antlr.debug.DebuggingParser.
This type was created in VisualAge.
decode(String) - Static method in class antlr.BaseAST
 
decodeLexerRuleName(String) - Static method in class antlr.CodeGenerator
 
dedent() - Method in class antlr.debug.Tracer
 
DEFAULT_BITSET_TEST_THRESHOLD - Static variable in class antlr.CodeGenerator
 
DEFAULT_MAKE_SWITCH_THRESHOLD - Static variable in class antlr.CodeGenerator
Default values for code-generation thresholds
defaultDebuggingSetup(TokenStream, TokenBuffer) - Method in class antlr.Parser
 
defaultErrorHandler - Variable in class antlr.RuleBlock
 
defaultErrorHandler - Variable in class antlr.Grammar
 
DefaultFileLineFormatter - class antlr.DefaultFileLineFormatter.
 
DefaultFileLineFormatter() - Constructor for class antlr.DefaultFileLineFormatter
 
DefaultXMLFragmentHandler - class de.zeigermann.xpa.DefaultXMLFragmentHandler.
This class implements XMLFragmentHandler with empty method bodies for convenience.
DefaultXMLFragmentHandler() - Constructor for class de.zeigermann.xpa.DefaultXMLFragmentHandler
 
define(RuleSymbol) - Method in class antlr.Grammar
Define a rule
DefineGrammarSymbols - class antlr.DefineGrammarSymbols.
DefineGrammarSymbols is a behavior for the ANTLRParser that adds all the token and rule symbols to the grammar symbol table.
DefineGrammarSymbols(Tool, String[], LLkAnalyzer) - Constructor for class antlr.DefineGrammarSymbols
 
defineRuleName(Token, String, boolean, String) - Method in class antlr.MakeGrammar
 
defineRuleName(Token, String, boolean, String) - Method in class antlr.DefineGrammarSymbols
Define a lexer or parser rule
defineRuleName(Token, String, boolean, String) - Method in interface antlr.ANTLRGrammarParseBehavior
 
defineToken(Token, Token) - Method in class antlr.DefineGrammarSymbols
Define a token from tokens {...}.
defineToken(Token, Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
degree() - Method in class antlr.collections.impl.BitSet
 
deleteHead() - Method in class antlr.collections.impl.LList
Delete the object at the head of the list.
dequeue() - Method in class de.zeigermann.xpa.tokenParser.LinkedListTokenQueue
Removes a token from this queue and returns it.
dequeue() - Method in class de.zeigermann.xpa.tokenParser.BlockingLinkedListTokenQueue
Removes a token from this queue and returns it.
deterministic(AlternativeBlock) - Method in interface antlr.LLkGrammarAnalyzer
 
deterministic(AlternativeBlock) - Method in class antlr.LLkAnalyzer
Is this block of alternatives LL(k)?
deterministic(OneOrMoreBlock) - Method in interface antlr.LLkGrammarAnalyzer
 
deterministic(OneOrMoreBlock) - Method in class antlr.LLkAnalyzer
Is (...)+ block LL(1)?
deterministic(ZeroOrMoreBlock) - Method in interface antlr.LLkGrammarAnalyzer
 
deterministic(ZeroOrMoreBlock) - Method in class antlr.LLkAnalyzer
Is (...)* block LL(1)?
deterministicImpliedPath(BlockWithImpliedExitPath) - Method in class antlr.LLkAnalyzer
Is this (...)* or (...)+ block LL(k)?
DiagnosticCodeGenerator - class antlr.DiagnosticCodeGenerator.
Generate MyParser.txt, MyLexer.txt and MyParserTokenTypes.txt
DiagnosticCodeGenerator() - Constructor for class antlr.DiagnosticCodeGenerator
Create a Diagnostic code-generator using the given Grammar The caller must still call setTool, setBehavior, and setAnalyzer before generating code.
discard(BitSet) - Method in class antlr.TokenStreamBasicFilter
 
discard(int) - Method in class antlr.TokenStreamBasicFilter
 
discardMask - Variable in class antlr.TokenStreamBasicFilter
The set of token types to discard
DocBookCodeGenerator - class antlr.DocBookCodeGenerator.
Generate P.sgml, a cross-linked representation of P with or without actions
DocBookCodeGenerator() - Constructor for class antlr.DocBookCodeGenerator
Create a Diagnostic code-generator using the given Grammar The caller must still call setTool, setBehavior, and setAnalyzer before generating code.
doctype(String, String, String, String) - Method in interface de.zeigermann.xpa.XMLFragmentHandler
Receives notification of the document type declaration of the XML document.
doctype(String, String, String, String) - Method in class de.zeigermann.xpa.DefaultXMLFragmentHandler
 
doEverything(String[]) - Method in class antlr.Tool
Process args and have ANTLR do it's stuff without calling System.exit.
doEverythingWrapper(String[]) - Method in class antlr.Tool
Perform processing on the grammar file.
doingLexRules - Variable in class antlr.HTMLCodeGenerator
true during lexer generation, false during parser generation
doingLexRules - Variable in class antlr.DocBookCodeGenerator
true during lexer generation, false during parser generation
doingLexRules - Variable in class antlr.DiagnosticCodeGenerator
true during lexer generation, false during parser generation
DONE_PARSING - Static variable in class antlr.debug.TraceEvent
 
DONE_PARSING - Static variable in class antlr.debug.ParserEventSupport
 
doneParsing(TraceEvent) - Method in class antlr.debug.TraceAdapter
 
doneParsing(TraceEvent) - Method in class antlr.debug.SyntacticPredicateAdapter
 
doneParsing(TraceEvent) - Method in class antlr.debug.SemanticPredicateAdapter
 
doneParsing(TraceEvent) - Method in class antlr.debug.ParserTokenAdapter
 
doneParsing(TraceEvent) - Method in class antlr.debug.ParserMatchAdapter
 
doneParsing(TraceEvent) - Method in class antlr.debug.ParserAdapter
 
doneParsing(TraceEvent) - Method in class antlr.debug.MessageAdapter
 
doneParsing(TraceEvent) - Method in interface antlr.debug.ListenerBase
 
doneParsing(TraceEvent) - Method in class antlr.debug.InputBufferReporter
doneParsing method comment.
doneParsing(TraceEvent) - Method in class antlr.debug.InputBufferAdapter
 
down - Variable in class antlr.BaseAST
 
DumpASTVisitor - class antlr.DumpASTVisitor.
Simple class to dump the contents of an AST to the output
DumpASTVisitor() - Constructor for class antlr.DumpASTVisitor
 
dup(AST) - Method in class antlr.ASTFactory
Copy a single node with same Java AST objec type.
dupList(AST) - Method in class antlr.ASTFactory
Duplicate tree including siblings of root.
dupTree(AST) - Method in class antlr.ASTFactory
Duplicate a tree, assuming this is a root node of a tree-- duplicate that node and what's below; ignore siblings of root node.

E

elementAt(int) - Method in class antlr.CharQueue
Fetch a token from the queue by index
elementAt(int) - Method in interface antlr.collections.List
 
elementAt(int) - Method in class antlr.collections.impl.Vector
Returns the element at the specified index.
elementAt(int) - Method in class antlr.collections.impl.LList
Get the ith element in the list.
elementAt(int) - Method in class antlr.collections.impl.IndexedVector
Returns the element at the specified index.
elements - Variable in class antlr.collections.impl.IndexedVector
 
elements() - Method in interface antlr.collections.List
 
elements() - Method in class antlr.collections.impl.Vector
 
elements() - Method in class antlr.collections.impl.LList
Return an enumeration of the list elements
elements() - Method in class antlr.collections.impl.IndexedVector
 
elementsAreRange(int[]) - Static method in class antlr.CodeGenerator
Test if a set element array represents a contiguous range.
emptyElement(String, AttributesImpl) - Method in interface de.zeigermann.xpa.XMLFragmentHandler
Receives notification of the empty element.
emptyElement(String, AttributesImpl) - Method in class de.zeigermann.xpa.DefaultXMLFragmentHandler
 
encode(String) - Static method in class antlr.BaseAST
 
encodeLexerRuleName(String) - Static method in class antlr.CodeGenerator
 
endAlt() - Method in class antlr.MakeGrammar
 
endAlt() - Method in class antlr.DefineGrammarSymbols
 
endAlt() - Method in interface antlr.ANTLRGrammarParseBehavior
 
endChildList() - Method in class antlr.MakeGrammar
 
endChildList() - Method in class antlr.DefineGrammarSymbols
 
endChildList() - Method in interface antlr.ANTLRGrammarParseBehavior
 
endElement(String) - Method in interface de.zeigermann.xpa.XMLFragmentHandler
Receives notification of the end of an element.
endElement(String) - Method in class de.zeigermann.xpa.DefaultXMLFragmentHandler
 
endExceptionGroup() - Method in class antlr.MakeGrammar
 
endExceptionGroup() - Method in class antlr.DefineGrammarSymbols
 
endExceptionGroup() - Method in interface antlr.ANTLRGrammarParseBehavior
 
endExceptionSpec() - Method in class antlr.MakeGrammar
 
endExceptionSpec() - Method in class antlr.DefineGrammarSymbols
 
endExceptionSpec() - Method in interface antlr.ANTLRGrammarParseBehavior
 
endFragment() - Method in interface de.zeigermann.xpa.XMLFragmentHandler
Receives notification of the end of a fragment.
endFragment() - Method in class de.zeigermann.xpa.DefaultXMLFragmentHandler
 
endGrammar() - Method in class antlr.MakeGrammar
Called at the end of processing a grammar
endGrammar() - Method in class antlr.DefineGrammarSymbols
 
endGrammar() - Method in interface antlr.ANTLRGrammarParseBehavior
 
endNode - Variable in class antlr.RuleBlock
 
endOptions() - Method in class antlr.DefineGrammarSymbols
Called after the optional options section, to compensate for options that may not have been set.
endOptions() - Method in interface antlr.ANTLRGrammarParseBehavior
 
endRule(String) - Method in class antlr.MakeGrammar
 
endRule(String) - Method in class antlr.DefineGrammarSymbols
 
endRule(String) - Method in interface antlr.ANTLRGrammarParseBehavior
 
endSubRule() - Method in class antlr.MakeGrammar
 
endSubRule() - Method in class antlr.DefineGrammarSymbols
 
endSubRule() - Method in interface antlr.ANTLRGrammarParseBehavior
 
endTree() - Method in class antlr.MakeGrammar
 
endTree() - Method in class antlr.DefineGrammarSymbols
 
endTree() - Method in interface antlr.ANTLRGrammarParseBehavior
 
ensureCapacity(int) - Method in class antlr.collections.impl.Vector
 
ENTER - Static variable in class antlr.debug.TraceEvent
 
ENTER_RULE - Static variable in class antlr.debug.ParserEventSupport
 
enterRule(TraceEvent) - Method in class antlr.debug.Tracer
 
enterRule(TraceEvent) - Method in interface antlr.debug.TraceListener
 
enterRule(TraceEvent) - Method in class antlr.debug.TraceAdapter
 
enterRule(TraceEvent) - Method in class antlr.debug.ParserAdapter
 
Enumerator - interface antlr.collections.Enumerator.
 
EOF_CHAR - Static variable in class antlr.CharScanner
 
EOF_TYPE - Static variable in class antlr.Token
 
equals(AST) - Method in class antlr.BaseAST
Is node t equal to this in terms of token type and text?
equals(AST) - Method in class antlr.ASTNULLType
 
equals(AST) - Method in interface antlr.collections.AST
 
equals(Object) - Method in class antlr.ANTLRHashString
 
equals(Object) - Method in class antlr.collections.impl.BitSet
code "inherited" from java.util.BitSet
equalsList(AST) - Method in class antlr.BaseAST
Is t an exact structural and equals() match of this tree.
equalsList(AST) - Method in class antlr.ASTNULLType
 
equalsList(AST) - Method in interface antlr.collections.AST
 
equalsListPartial(AST) - Method in class antlr.BaseAST
Is 'sub' a subtree of this list?
equalsListPartial(AST) - Method in class antlr.ASTNULLType
 
equalsListPartial(AST) - Method in interface antlr.collections.AST
 
equalsTree(AST) - Method in class antlr.BaseAST
Is tree rooted at 'this' equal to 't'?
equalsTree(AST) - Method in class antlr.ASTNULLType
 
equalsTree(AST) - Method in interface antlr.collections.AST
 
equalsTreePartial(AST) - Method in class antlr.BaseAST
Is 't' a subtree of the tree rooted at 'this'?
equalsTreePartial(AST) - Method in class antlr.ASTNULLType
 
equalsTreePartial(AST) - Method in interface antlr.collections.AST
 
error - Variable in class de.zeigermann.xpa.tokenParser.BlockingLinkedListTokenQueue
 
ERROR - Static variable in class antlr.debug.MessageEvent
 
error(String) - Method in class antlr.Tool
Issue an error
error(String) - Method in class antlr.ASTFactory
To change where error messages go, can subclass/override this method and then setASTFactory in Parser and TreeParser.
error(String, String, int, int) - Method in class antlr.Tool
Issue an error with line number information
escapeChar(int, boolean) - Method in interface antlr.CharFormatter
 
escapeString(String) - Method in interface antlr.CharFormatter
 
Event - class antlr.debug.Event.
 
Event(Object) - Constructor for class antlr.debug.Event
 
Event(Object, int) - Constructor for class antlr.debug.Event
 
EXIT - Static variable in class antlr.debug.TraceEvent
 
EXIT_RULE - Static variable in class antlr.debug.ParserEventSupport
 
exitIfError() - Method in class antlr.JavaCodeGenerator
 
exitIfError() - Method in class antlr.CSharpCodeGenerator
 
exitIfError() - Method in class antlr.CppCodeGenerator
 
exitRule(TraceEvent) - Method in class antlr.debug.Tracer
 
exitRule(TraceEvent) - Method in interface antlr.debug.TraceListener
 
exitRule(TraceEvent) - Method in class antlr.debug.TraceAdapter
 
exitRule(TraceEvent) - Method in class antlr.debug.ParserAdapter
 
expanded - Variable in class antlr.preprocessor.GrammarFile
 
expandGrammarsInFile(String) - Method in class antlr.preprocessor.Hierarchy
 
expecting - Variable in class antlr.MismatchedTokenException
 
expecting - Variable in class antlr.MismatchedCharException
 
exportVocab - Variable in class antlr.Grammar
The name of the export vocabulary...used to generate the output token types interchange file.
extractIdOfAction(String, int, int) - Method in class antlr.CodeGenerator
Get the identifier portion of an argument-action.
extractIdOfAction(Token) - Method in class antlr.CodeGenerator
Get the identifier portion of an argument-action token.
extractTypeOfAction(String, int, int) - Method in class antlr.CodeGenerator
Get the type portion of an argument-action.
extractTypeOfAction(Token) - Method in class antlr.CodeGenerator
Get the type string out of an argument-action token.

F

factory(String) - Method in class antlr.Tool
When we are 1.1 compatible... public static Object factory2 (String p, Object[] initargs) { Class c; Object o = null; try { int argslen = initargs.length; Class cl[] = new Class[argslen]; for (int i=0;i<argslen;i++) { cl[i] = Class.forName(initargs[i].getClass().getName()); } c = Class.forName (p); Constructor con = c.getConstructor (cl); o = con.newInstance (initargs); } catch (Exception e) { System.err.println ("Can't make a " + p); } return o; }
fatalError(String) - Method in class antlr.Tool
An error occured that should stop the Tool from doing any work.
FileLineFormatter - class antlr.FileLineFormatter.
 
FileLineFormatter() - Constructor for class antlr.FileLineFormatter
 
fileMinusPath(String) - Method in class antlr.Tool
 
filename - Variable in class antlr.ParserSharedInputState
What file (if known) caused the problem?
filename - Variable in class antlr.LexerSharedInputState
What file (if known) caused the problem?
fileName - Variable in class antlr.RecognitionException
 
fileName - Variable in class antlr.Grammar
 
fileName - Variable in class antlr.preprocessor.GrammarFile
 
files - Variable in class antlr.preprocessor.Hierarchy
 
fill(int) - Method in class antlr.InputBuffer
Ensure that the input buffer is sufficiently full
fill(int) - Method in class antlr.CharBuffer
Ensure that the character buffer is sufficiently full
fill(int) - Method in class antlr.ByteBuffer
Ensure that the character buffer is sufficiently full
fill(int) - Method in class antlr.debug.DebuggingInputBuffer
 
findAll(AST) - Method in class antlr.BaseAST
Walk the tree looking for all exact subtree matches.
findAll(AST) - Method in class antlr.ASTNULLType
 
findAll(AST) - Method in interface antlr.collections.AST
 
findAllPartial(AST) - Method in class antlr.BaseAST
Walk the tree looking for all subtrees.
findAllPartial(AST) - Method in class antlr.ASTNULLType
 
findAllPartial(AST) - Method in interface antlr.collections.AST
 
findExceptionSpec(String) - Method in class antlr.RuleBlock
 
findExceptionSpec(Token) - Method in class antlr.RuleBlock
 
findRoot(Grammar) - Method in class antlr.preprocessor.Hierarchy
 
fireConsume(char) - Method in class antlr.debug.InputBufferEventSupport
 
fireConsume(int) - Method in class antlr.debug.ParserEventSupport
 
fireDoneParsing() - Method in class antlr.debug.ParserEventSupport
 
fireEnterRule(int, int) - Method in class antlr.debug.LLkDebuggingParser
 
fireEnterRule(int, int) - Method in class antlr.debug.DebuggingCharScanner
 
fireEnterRule(int, int, int) - Method in class antlr.debug.ParserEventSupport
 
fireEvent(int, ListenerBase) - Method in class antlr.debug.ParserEventSupport
 
fireEvent(int, ListenerBase) - Method in class antlr.debug.InputBufferEventSupport
 
fireEvents(int, Vector) - Method in class antlr.debug.ParserEventSupport
 
fireEvents(int, Vector) - Method in class antlr.debug.InputBufferEventSupport
 
fireExitRule(int, int) - Method in class antlr.debug.LLkDebuggingParser
 
fireExitRule(int, int) - Method in class antlr.debug.DebuggingCharScanner
 
fireExitRule(int, int, int) - Method in class antlr.debug.ParserEventSupport
 
fireLA(char, int) - Method in class antlr.debug.InputBufferEventSupport
 
fireLA(int, int) - Method in class antlr.debug.ParserEventSupport
 
fireMark(int) - Method in class antlr.debug.InputBufferEventSupport
 
fireMatch(char, BitSet, int) - Method in class antlr.debug.ParserEventSupport
 
fireMatch(char, int) - Method in class antlr.debug.ParserEventSupport
 
fireMatch(char, String, int) - Method in class antlr.debug.ParserEventSupport
 
fireMatch(int, BitSet, String, int) - Method in class antlr.debug.ParserEventSupport
 
fireMatch(int, String, int) - Method in class antlr.debug.ParserEventSupport
 
fireMatch(String, int) - Method in class antlr.debug.ParserEventSupport
 
fireMatchNot(char, char, int) - Method in class antlr.debug.ParserEventSupport
 
fireMatchNot(int, int, String, int) - Method in class antlr.debug.ParserEventSupport
 
fireMismatch(char, BitSet, int) - Method in class antlr.debug.ParserEventSupport
 
fireMismatch(char, char, int) - Method in class antlr.debug.ParserEventSupport
 
fireMismatch(char, String, int) - Method in class antlr.debug.ParserEventSupport
 
fireMismatch(int, BitSet, String, int) - Method in class antlr.debug.ParserEventSupport
 
fireMismatch(int, int, String, int) - Method in class antlr.debug.ParserEventSupport
 
fireMismatch(String, String, int) - Method in class antlr.debug.ParserEventSupport
 
fireMismatchNot(char, char, int) - Method in class antlr.debug.ParserEventSupport
 
fireMismatchNot(int, int, String, int) - Method in class antlr.debug.ParserEventSupport
 
fireNewLine(int) - Method in class antlr.debug.ParserEventSupport
 
fireReportError(Exception) - Method in class antlr.debug.ParserEventSupport
 
fireReportError(String) - Method in class antlr.debug.ParserEventSupport
 
fireReportWarning(String) - Method in class antlr.debug.ParserEventSupport
 
fireRewind(int) - Method in class antlr.debug.InputBufferEventSupport
 
fireSemanticPredicateEvaluated(int, int, boolean) - Method in class antlr.debug.LLkDebuggingParser
 
fireSemanticPredicateEvaluated(int, int, boolean) - Method in class antlr.debug.DebuggingCharScanner
 
fireSemanticPredicateEvaluated(int, int, boolean, int) - Method in class antlr.debug.ParserEventSupport
 
fireSyntacticPredicateFailed() - Method in class antlr.debug.LLkDebuggingParser
 
fireSyntacticPredicateFailed() - Method in class antlr.debug.DebuggingCharScanner
 
fireSyntacticPredicateFailed(int) - Method in class antlr.debug.ParserEventSupport
 
fireSyntacticPredicateStarted() - Method in class antlr.debug.LLkDebuggingParser
 
fireSyntacticPredicateStarted() - Method in class antlr.debug.DebuggingCharScanner
 
fireSyntacticPredicateStarted(int) - Method in class antlr.debug.ParserEventSupport
 
fireSyntacticPredicateSucceeded() - Method in class antlr.debug.LLkDebuggingParser
 
fireSyntacticPredicateSucceeded() - Method in class antlr.debug.DebuggingCharScanner
 
fireSyntacticPredicateSucceeded(int) - Method in class antlr.debug.ParserEventSupport
 
firstElementInAlt - Variable in class antlr.HTMLCodeGenerator
 
firstElementInAlt - Variable in class antlr.DocBookCodeGenerator
 
firstHidden - Variable in class antlr.TokenStreamHiddenTokenFilter
 
FOLLOW(int, RuleEndElement) - Method in interface antlr.LLkGrammarAnalyzer
 
FOLLOW(int, RuleEndElement) - Method in class antlr.LLkAnalyzer
Compute the lookahead set of whatever follows references to the rule associated witht the FOLLOW block.
followSetName - Variable in class antlr.ActionTransInfo
 
foundChar - Variable in class antlr.NoViableAltForCharException
 
foundChar - Variable in class antlr.MismatchedCharException
 

G

gen() - Method in class antlr.JavaCodeGenerator
Generate the parser, lexer, treeparser, and token types in Java
gen() - Method in class antlr.HTMLCodeGenerator
 
gen() - Method in class antlr.DocBookCodeGenerator
 
gen() - Method in class antlr.DiagnosticCodeGenerator
Generate the parser, lexer, and token types documentation
gen() - Method in class antlr.CSharpCodeGenerator
Generate the parser, lexer, treeparser, and token types in CSharp
gen() - Method in class antlr.CppCodeGenerator
Generate the parser, lexer, treeparser, and token types in C++
gen() - Method in class antlr.CodeGenerator
Generate the code for all grammars
gen(ActionElement) - Method in class antlr.JavaCodeGenerator
Generate code for the given grammar element.
gen(ActionElement) - Method in class antlr.HTMLCodeGenerator
Generate code for the given grammar element.
gen(ActionElement) - Method in class antlr.DocBookCodeGenerator
Generate code for the given grammar element.
gen(ActionElement) - Method in class antlr.DiagnosticCodeGenerator
Generate code for the given grammar element.
gen(ActionElement) - Method in class antlr.CSharpCodeGenerator
Generate code for the given grammar element.
gen(ActionElement) - Method in class antlr.CppCodeGenerator
Generate code for the given grammar element.
gen(ActionElement) - Method in class antlr.CodeGenerator
Generate code for the given grammar element.
gen(AlternativeBlock) - Method in class antlr.JavaCodeGenerator
Generate code for the given grammar element.
gen(AlternativeBlock) - Method in class antlr.HTMLCodeGenerator
Generate code for the given grammar element.
gen(AlternativeBlock) - Method in class antlr.DocBookCodeGenerator
Generate code for the given grammar element.
gen(AlternativeBlock) - Method in class antlr.DiagnosticCodeGenerator
Generate code for the given grammar element.
gen(AlternativeBlock) - Method in class antlr.CSharpCodeGenerator
Generate code for the given grammar element.
gen(AlternativeBlock) - Method in class antlr.CppCodeGenerator
Generate code for the given grammar element.
gen(AlternativeBlock) - Method in class antlr.CodeGenerator
Generate code for the given grammar element.
gen(BlockEndElement) - Method in class antlr.JavaCodeGenerator
Generate code for the given grammar element.
gen(BlockEndElement) - Method in class antlr.HTMLCodeGenerator
Generate code for the given grammar element.
gen(BlockEndElement) - Method in class antlr.DocBookCodeGenerator
Generate code for the given grammar element.
gen(BlockEndElement) - Method in class antlr.DiagnosticCodeGenerator
Generate code for the given grammar element.
gen(BlockEndElement) - Method in class antlr.CSharpCodeGenerator
Generate code for the given grammar element.
gen(BlockEndElement) - Method in class antlr.CppCodeGenerator
Generate code for the given grammar element.
gen(BlockEndElement) - Method in class antlr.CodeGenerator
Generate code for the given grammar element.
gen(CharLiteralElement) - Method in class antlr.JavaCodeGenerator
Generate code for the given grammar element.
gen(CharLiteralElement) - Method in class antlr.HTMLCodeGenerator
Generate code for the given grammar element.
gen(CharLiteralElement) - Method in class antlr.DocBookCodeGenerator
Generate code for the given grammar element.
gen(CharLiteralElement) - Method in class antlr.DiagnosticCodeGenerator
Generate code for the given grammar element.
gen(CharLiteralElement) - Method in class antlr.CSharpCodeGenerator
Generate code for the given grammar element.
gen(CharLiteralElement) - Method in class antlr.CppCodeGenerator
Generate code for the given grammar element.
gen(CharLiteralElement) - Method in class antlr.CodeGenerator
Generate code for the given grammar element.
gen(CharRangeElement) - Method in class antlr.JavaCodeGenerator
Generate code for the given grammar element.
gen(CharRangeElement) - Method in class antlr.HTMLCodeGenerator
Generate code for the given grammar element.
gen(CharRangeElement) - Method in class antlr.DocBookCodeGenerator
Generate code for the given grammar element.
gen(CharRangeElement) - Method in class antlr.DiagnosticCodeGenerator
Generate code for the given grammar element.
gen(CharRangeElement) - Method in class antlr.CSharpCodeGenerator
Generate code for the given grammar element.
gen(CharRangeElement) - Method in class antlr.CppCodeGenerator
Generate code for the given grammar element.
gen(CharRangeElement) - Method in class antlr.CodeGenerator
Generate code for the given grammar element.
gen(LexerGrammar) - Method in class antlr.JavaCodeGenerator
Generate the lexer Java file
gen(LexerGrammar) - Method in class antlr.HTMLCodeGenerator
Generate the lexer HTML file
gen(LexerGrammar) - Method in class antlr.DocBookCodeGenerator
Generate the lexer HTML file
gen(LexerGrammar) - Method in class antlr.DiagnosticCodeGenerator
Generate the lexer TXT file
gen(LexerGrammar) - Method in class antlr.CSharpCodeGenerator
Generate the lexer CSharp file
gen(LexerGrammar) - Method in class antlr.CppCodeGenerator
Generate the lexer C++ files
gen(LexerGrammar) - Method in class antlr.CodeGenerator
Generate the code for a parser
gen(OneOrMoreBlock) - Method in class antlr.JavaCodeGenerator
Generate code for the given grammar element.
gen(OneOrMoreBlock) - Method in class antlr.HTMLCodeGenerator
Generate code for the given grammar element.
gen(OneOrMoreBlock) - Method in class antlr.DocBookCodeGenerator
Generate code for the given grammar element.
gen(OneOrMoreBlock) - Method in class antlr.DiagnosticCodeGenerator
Generate code for the given grammar element.
gen(OneOrMoreBlock) - Method in class antlr.CSharpCodeGenerator
Generate code for the given grammar element.
gen(OneOrMoreBlock) - Method in class antlr.CppCodeGenerator
Generate code for the given grammar element.
gen(OneOrMoreBlock) - Method in class antlr.CodeGenerator
Generate code for the given grammar element.
gen(ParserGrammar) - Method in class antlr.JavaCodeGenerator
Generate the parser Java file
gen(ParserGrammar) - Method in class antlr.HTMLCodeGenerator
Generate the parser HTML file
gen(ParserGrammar) - Method in class antlr.DocBookCodeGenerator
Generate the parser HTML file
gen(ParserGrammar) - Method in class antlr.DiagnosticCodeGenerator
Generate the parser TXT file
gen(ParserGrammar) - Method in class antlr.CSharpCodeGenerator
Generate the parser CSharp file
gen(ParserGrammar) - Method in class antlr.CppCodeGenerator
Generate the parser C++ file
gen(ParserGrammar) - Method in class antlr.CodeGenerator
Generate the code for a parser
gen(RuleRefElement) - Method in class antlr.JavaCodeGenerator
Generate code for the given grammar element.
gen(RuleRefElement) - Method in class antlr.HTMLCodeGenerator
Generate code for the given grammar element.
gen(RuleRefElement) - Method in class antlr.DocBookCodeGenerator
Generate code for the given grammar element.
gen(RuleRefElement) - Method in class antlr.DiagnosticCodeGenerator
Generate code for the given grammar element.
gen(RuleRefElement) - Method in class antlr.CSharpCodeGenerator
Generate code for the given grammar element.
gen(RuleRefElement) - Method in class antlr.CppCodeGenerator
Generate code for the given grammar element.
gen(RuleRefElement) - Method in class antlr.CodeGenerator
Generate code for the given grammar element.
gen(StringLiteralElement) - Method in class antlr.JavaCodeGenerator
Generate code for the given grammar element.
gen(StringLiteralElement) - Method in class antlr.HTMLCodeGenerator
Generate code for the given grammar element.
gen(StringLiteralElement) - Method in class antlr.DocBookCodeGenerator
Generate code for the given grammar element.
gen(StringLiteralElement) - Method in class antlr.DiagnosticCodeGenerator
Generate code for the given grammar element.
gen(StringLiteralElement) - Method in class antlr.CSharpCodeGenerator
Generate code for the given grammar element.
gen(StringLiteralElement) - Method in class antlr.CppCodeGenerator
Generate code for the given grammar element.
gen(StringLiteralElement) - Method in class antlr.CodeGenerator
Generate code for the given grammar element.
gen(TokenRangeElement) - Method in class antlr.JavaCodeGenerator
Generate code for the given grammar element.
gen(TokenRangeElement) - Method in class antlr.HTMLCodeGenerator
Generate code for the given grammar element.
gen(TokenRangeElement) - Method in class antlr.DocBookCodeGenerator
Generate code for the given grammar element.
gen(TokenRangeElement) - Method in class antlr.DiagnosticCodeGenerator
Generate code for the given grammar element.
gen(TokenRangeElement) - Method in class antlr.CSharpCodeGenerator
Generate code for the given grammar element.
gen(TokenRangeElement) - Method in class antlr.CppCodeGenerator
Generate code for the given grammar element.
gen(TokenRangeElement) - Method in class antlr.CodeGenerator
Generate code for the given grammar element.
gen(TokenRefElement) - Method in class antlr.JavaCodeGenerator
Generate code for the given grammar element.
gen(TokenRefElement) - Method in class antlr.HTMLCodeGenerator
Generate code for the given grammar element.
gen(TokenRefElement) - Method in class antlr.DocBookCodeGenerator
Generate code for the given grammar element.
gen(TokenRefElement) - Method in class antlr.DiagnosticCodeGenerator
Generate code for the given grammar element.
gen(TokenRefElement) - Method in class antlr.CSharpCodeGenerator
Generate code for the given grammar element.
gen(TokenRefElement) - Method in class antlr.CppCodeGenerator
Generate code for the given grammar element.
gen(TokenRefElement) - Method in class antlr.CodeGenerator
Generate code for the given grammar element.
gen(TreeElement) - Method in class antlr.JavaCodeGenerator
 
gen(TreeElement) - Method in class antlr.HTMLCodeGenerator
 
gen(TreeElement) - Method in class antlr.DocBookCodeGenerator
 
gen(TreeElement) - Method in class antlr.DiagnosticCodeGenerator
 
gen(TreeElement) - Method in class antlr.CSharpCodeGenerator
 
gen(TreeElement) - Method in class antlr.CppCodeGenerator
 
gen(TreeElement) - Method in class antlr.CodeGenerator
Generate code for the given grammar element.
gen(TreeWalkerGrammar) - Method in class antlr.JavaCodeGenerator
Generate the tree-parser Java file
gen(TreeWalkerGrammar) - Method in class antlr.HTMLCodeGenerator
Generate the tree-walker TXT file
gen(TreeWalkerGrammar) - Method in class antlr.DocBookCodeGenerator
Generate the tree-walker TXT file
gen(TreeWalkerGrammar) - Method in class antlr.DiagnosticCodeGenerator
Generate the tree-walker TXT file
gen(TreeWalkerGrammar) - Method in class antlr.CSharpCodeGenerator
Generate the tree-parser CSharp file
gen(TreeWalkerGrammar) - Method in class antlr.CppCodeGenerator
Generate the tree-parser C++ files
gen(TreeWalkerGrammar) - Method in class antlr.CodeGenerator
Generate the code for a parser
gen(WildcardElement) - Method in class antlr.JavaCodeGenerator
Generate code for the given grammar element.
gen(WildcardElement) - Method in class antlr.HTMLCodeGenerator
Generate a wildcard element
gen(WildcardElement) - Method in class antlr.DocBookCodeGenerator
Generate a wildcard element
gen(WildcardElement) - Method in class antlr.DiagnosticCodeGenerator
Generate a wildcard element
gen(WildcardElement) - Method in class antlr.CSharpCodeGenerator
Generate code for the given grammar element.
gen(WildcardElement) - Method in class antlr.CppCodeGenerator
Generate code for the given grammar element.
gen(WildcardElement) - Method in class antlr.CodeGenerator
Generate code for the given grammar element.
gen(ZeroOrMoreBlock) - Method in class antlr.JavaCodeGenerator
Generate code for the given grammar element.
gen(ZeroOrMoreBlock) - Method in class antlr.HTMLCodeGenerator
Generate code for the given grammar element.
gen(ZeroOrMoreBlock) - Method in class antlr.DocBookCodeGenerator
Generate code for the given grammar element.
gen(ZeroOrMoreBlock) - Method in class antlr.DiagnosticCodeGenerator
Generate code for the given grammar element.
gen(ZeroOrMoreBlock) - Method in class antlr.CSharpCodeGenerator
Generate code for the given grammar element.
gen(ZeroOrMoreBlock) - Method in class antlr.CppCodeGenerator
Generate code for the given grammar element.
gen(ZeroOrMoreBlock) - Method in class antlr.CodeGenerator
Generate code for the given grammar element.
genAlt(Alternative) - Method in class antlr.HTMLCodeGenerator
 
genAlt(Alternative) - Method in class antlr.DocBookCodeGenerator
 
genAlt(Alternative) - Method in class antlr.DiagnosticCodeGenerator
 
genAlt(Alternative, AlternativeBlock) - Method in class antlr.JavaCodeGenerator
Generate an alternative.
genAlt(Alternative, AlternativeBlock) - Method in class antlr.CSharpCodeGenerator
Generate an alternative.
genAlt(Alternative, AlternativeBlock) - Method in class antlr.CppCodeGenerator
Generate an alternative.
genAST - Variable in class antlr.JavaCodeGenerator
 
genAST - Variable in class antlr.CSharpCodeGenerator
 
genAST - Variable in class antlr.CppCodeGenerator
 
genASTDeclaration(AlternativeElement) - Method in class antlr.JavaCodeGenerator
 
genASTDeclaration(AlternativeElement) - Method in class antlr.CSharpCodeGenerator
 
genASTDeclaration(AlternativeElement) - Method in class antlr.CppCodeGenerator
 
genASTDeclaration(AlternativeElement, String) - Method in class antlr.JavaCodeGenerator
 
genASTDeclaration(AlternativeElement, String) - Method in class antlr.CSharpCodeGenerator
 
genASTDeclaration(AlternativeElement, String) - Method in class antlr.CppCodeGenerator
 
genASTDeclaration(AlternativeElement, String, String) - Method in class antlr.JavaCodeGenerator
 
genASTDeclaration(AlternativeElement, String, String) - Method in class antlr.CSharpCodeGenerator
 
genASTDeclaration(AlternativeElement, String, String) - Method in class antlr.CppCodeGenerator
 
genBitsets(Vector, int) - Method in class antlr.JavaCodeGenerator
Generate all the bitsets to be used in the parser or lexer Generate the raw bitset data like "long _tokenSet1_data[] = {...};" and the BitSet object declarations like "BitSet _tokenSet1 = new BitSet(_tokenSet1_data);" Note that most languages do not support object initialization inside a class definition, so other code-generators may have to separate the bitset declarations from the initializations (e.g., put the initializations in the generated constructor instead).
genBitsets(Vector, int) - Method in class antlr.CSharpCodeGenerator
Generate all the bitsets to be used in the parser or lexer Generate the raw bitset data like "long _tokenSet1_data[] = {...};" and the BitSet object declarations like "BitSet _tokenSet1 = new BitSet(_tokenSet1_data);" Note that most languages do not support object initialization inside a class definition, so other code-generators may have to separate the bitset declarations from the initializations (e.g., put the initializations in the generated constructor instead).
genBitsets(Vector, int, String) - Method in class antlr.CppCodeGenerator
Generate all the bitsets to be used in the parser or lexer Generate the raw bitset data like "long _tokenSet1_data[] = {...};" and the BitSet object declarations like "BitSet _tokenSet1 = new BitSet(_tokenSet1_data);" Note that most languages do not support object initialization inside a class definition, so other code-generators may have to separate the bitset declarations from the initializations (e.g., put the initializations in the generated constructor instead).
genBitsetsHeader(Vector, int) - Method in class antlr.CppCodeGenerator
 
genBlockInitAction(AlternativeBlock) - Method in class antlr.JavaCodeGenerator
Generate the init action for a block, which may be a RuleBlock or a plain AlternativeBLock.
genBlockInitAction(AlternativeBlock) - Method in class antlr.CSharpCodeGenerator
Generate the init action for a block, which may be a RuleBlock or a plain AlternativeBLock.
genBlockInitAction(AlternativeBlock) - Method in class antlr.CppCodeGenerator
Generate the initaction for a block, which may be a RuleBlock or a plain AlternativeBLock.
genBlockPreamble(AlternativeBlock) - Method in class antlr.JavaCodeGenerator
Generate the header for a block, which may be a RuleBlock or a plain AlternativeBLock.
genBlockPreamble(AlternativeBlock) - Method in class antlr.DiagnosticCodeGenerator
Generate the header for a block, which may be a RuleBlock or a plain AlternativeBLock.
genBlockPreamble(AlternativeBlock) - Method in class antlr.CSharpCodeGenerator
Generate the header for a block, which may be a RuleBlock or a plain AlternativeBLock.
genBlockPreamble(AlternativeBlock) - Method in class antlr.CppCodeGenerator
Generate the header for a block, which may be a RuleBlock or a plain AlternativeBLock.
genBody(LexerGrammar) - Method in class antlr.CSharpCodeGenerator
 
genBody(LexerGrammar) - Method in class antlr.CppCodeGenerator
 
genBody(ParserGrammar) - Method in class antlr.CSharpCodeGenerator
 
genBody(ParserGrammar) - Method in class antlr.CppCodeGenerator
 
genBody(TreeWalkerGrammar) - Method in class antlr.CSharpCodeGenerator
 
genBody(TreeWalkerGrammar) - Method in class antlr.CppCodeGenerator
 
genCases(BitSet) - Method in class antlr.JavaCodeGenerator
Generate a series of case statements that implement a BitSet test.
genCases(BitSet) - Method in class antlr.CSharpCodeGenerator
Generate a series of case statements that implement a BitSet test.
genCases(BitSet) - Method in class antlr.CppCodeGenerator
Generate a series of case statements that implement a BitSet test.
genCommonBlock(AlternativeBlock) - Method in class antlr.HTMLCodeGenerator
Generate common code for a block of alternatives; return a postscript that needs to be generated at the end of the block.
genCommonBlock(AlternativeBlock) - Method in class antlr.DocBookCodeGenerator
Generate common code for a block of alternatives; return a postscript that needs to be generated at the end of the block.
genCommonBlock(AlternativeBlock) - Method in class antlr.DiagnosticCodeGenerator
Generate common code for a block of alternatives; return a postscript that needs to be generated at the end of the block.
genCommonBlock(AlternativeBlock, boolean) - Method in class antlr.JavaCodeGenerator
Generate common code for a block of alternatives; return a postscript that needs to be generated at the end of the block.
genCommonBlock(AlternativeBlock, boolean) - Method in class antlr.CSharpCodeGenerator
Generate common code for a block of alternatives; return a postscript that needs to be generated at the end of the block.
genCommonBlock(AlternativeBlock, boolean) - Method in class antlr.CppCodeGenerator
Generate common code for a block of alternatives; return a postscript that needs to be generated at the end of the block.
generate() - Method in class antlr.RuleBlock
 
generate() - Method in class antlr.Grammar
Top-level call to generate the code for this grammar
generateExpandedFile() - Method in class antlr.preprocessor.GrammarFile
 
generator - Variable in class antlr.Grammar
 
genFollowSetForRuleBlock(RuleBlock) - Method in class antlr.HTMLCodeGenerator
Generate a textual representation of the follow set for a block.
genFollowSetForRuleBlock(RuleBlock) - Method in class antlr.DocBookCodeGenerator
Generate a textual representation of the follow set for a block.
genFollowSetForRuleBlock(RuleBlock) - Method in class antlr.DiagnosticCodeGenerator
Generate a textual representation of the follow set for a block.
genGenericBlock(AlternativeBlock, String) - Method in class antlr.HTMLCodeGenerator
 
genGenericBlock(AlternativeBlock, String) - Method in class antlr.DocBookCodeGenerator
 
genHashLines - Variable in class antlr.Tool
 
genHashLines - Variable in class antlr.CppCodeGenerator
 
genHeader() - Method in class antlr.JavaCodeGenerator
Generate a header that is common to all Java files
genHeader() - Method in class antlr.HTMLCodeGenerator
Generate a header that is common to all TXT files
genHeader() - Method in class antlr.DocBookCodeGenerator
Generate a header that is common to all TXT files
genHeader() - Method in class antlr.DiagnosticCodeGenerator
Generate a header that is common to all TXT files
genHeader() - Method in class antlr.CSharpCodeGenerator
Generate a header that is common to all CSharp files
genHeader(String) - Method in class antlr.CppCodeGenerator
Generate a header that is common to all C++ files
genInclude(LexerGrammar) - Method in class antlr.CppCodeGenerator
 
genInclude(ParserGrammar) - Method in class antlr.CppCodeGenerator
 
genInclude(TreeWalkerGrammar) - Method in class antlr.CppCodeGenerator
 
genInitFactory(Grammar) - Method in class antlr.CSharpCodeGenerator
 
genInitFactory(Grammar) - Method in class antlr.CppCodeGenerator
 
genLineNo(GrammarElement) - Method in class antlr.CppCodeGenerator
Generate a #line or // line depending on options
genLineNo(int) - Method in class antlr.CppCodeGenerator
Generate a #line or // line depending on options
genLineNo(Token) - Method in class antlr.CppCodeGenerator
Generate a #line or // line depending on options
genLineNo2() - Method in class antlr.CppCodeGenerator
Generate a #line or // line depending on options
genLookaheadSetForAlt(Alternative) - Method in class antlr.HTMLCodeGenerator
Generate the lookahead set for an alternate.
genLookaheadSetForAlt(Alternative) - Method in class antlr.DocBookCodeGenerator
Generate the lookahead set for an alternate.
genLookaheadSetForAlt(Alternative) - Method in class antlr.DiagnosticCodeGenerator
Generate the lookahead set for an alternate.
genLookaheadSetForBlock(AlternativeBlock) - Method in class antlr.HTMLCodeGenerator
Generate a textual representation of the lookahead set for a block.
genLookaheadSetForBlock(AlternativeBlock) - Method in class antlr.DocBookCodeGenerator
Generate a textual representation of the lookahead set for a block.
genLookaheadSetForBlock(AlternativeBlock) - Method in class antlr.DiagnosticCodeGenerator
Generate a textual representation of the lookahead set for a block.
genMatch(BitSet) - Method in class antlr.JavaCodeGenerator
 
genMatch(BitSet) - Method in class antlr.CSharpCodeGenerator
 
genMatch(BitSet) - Method in class antlr.CppCodeGenerator
 
genMatch(GrammarAtom) - Method in class antlr.JavaCodeGenerator
 
genMatch(GrammarAtom) - Method in class antlr.CSharpCodeGenerator
 
genMatch(GrammarAtom) - Method in class antlr.CppCodeGenerator
 
genMatchUsingAtomText(GrammarAtom) - Method in class antlr.JavaCodeGenerator
 
genMatchUsingAtomText(GrammarAtom) - Method in class antlr.CSharpCodeGenerator
 
genMatchUsingAtomText(GrammarAtom) - Method in class antlr.CppCodeGenerator
 
genMatchUsingAtomTokenType(GrammarAtom) - Method in class antlr.JavaCodeGenerator
 
genMatchUsingAtomTokenType(GrammarAtom) - Method in class antlr.CSharpCodeGenerator
 
genMatchUsingAtomTokenType(GrammarAtom) - Method in class antlr.CppCodeGenerator
 
genNextToken() - Method in class antlr.JavaCodeGenerator
Generate the nextToken() rule.
genNextToken() - Method in class antlr.HTMLCodeGenerator
Generate the nextToken rule.
genNextToken() - Method in class antlr.DocBookCodeGenerator
Generate the nextToken rule.
genNextToken() - Method in class antlr.DiagnosticCodeGenerator
Generate the nextToken rule.
genNextToken() - Method in class antlr.CSharpCodeGenerator
Generate the nextToken() rule.
genNextToken() - Method in class antlr.CppCodeGenerator
Generate the nextToken() rule.
genRule(RuleSymbol) - Method in class antlr.HTMLCodeGenerator
Generate code for a named rule block
genRule(RuleSymbol) - Method in class antlr.DocBookCodeGenerator
Generate code for a named rule block
genRule(RuleSymbol) - Method in class antlr.DiagnosticCodeGenerator
Generate code for a named rule block
genRule(RuleSymbol, boolean, int) - Method in class antlr.JavaCodeGenerator
Gen a named rule block.
genRule(RuleSymbol, boolean, int, String) - Method in class antlr.CppCodeGenerator
Gen a named rule block.
genRule(RuleSymbol, boolean, int, TokenManager) - Method in class antlr.CSharpCodeGenerator
Gen a named rule block.
genRuleHeader(RuleSymbol, boolean) - Method in class antlr.CppCodeGenerator
 
genSemPred(String, int) - Method in class antlr.JavaCodeGenerator
 
genSemPred(String, int) - Method in class antlr.CSharpCodeGenerator
 
genSemPred(String, int) - Method in class antlr.CppCodeGenerator
 
genSemPredMap() - Method in class antlr.JavaCodeGenerator
Write an array of Strings which are the semantic predicate expressions.
genSemPredMap() - Method in class antlr.CSharpCodeGenerator
Write an array of Strings which are the semantic predicate expressions.
genSemPredMap(String) - Method in class antlr.CppCodeGenerator
Write an array of Strings which are the semantic predicate expressions.
genSynPred(SynPredBlock) - Method in class antlr.HTMLCodeGenerator
Generate the syntactic predicate.
genSynPred(SynPredBlock) - Method in class antlr.DocBookCodeGenerator
Generate the syntactic predicate.
genSynPred(SynPredBlock) - Method in class antlr.DiagnosticCodeGenerator
Generate the syntactic predicate.
genSynPred(SynPredBlock, String) - Method in class antlr.JavaCodeGenerator
 
genSynPred(SynPredBlock, String) - Method in class antlr.CSharpCodeGenerator
 
genSynPred(SynPredBlock, String) - Method in class antlr.CppCodeGenerator
 
genTail() - Method in class antlr.HTMLCodeGenerator
 
genTail() - Method in class antlr.DocBookCodeGenerator
 
genTokenASTNodeMap() - Method in class antlr.JavaCodeGenerator
Create and set Integer token type objects that map to Java Class objects (which AST node to create).
genTokenDefinitions(TokenManager) - Method in class antlr.CSharpCodeGenerator
 
genTokenInterchange(TokenManager) - Method in class antlr.CodeGenerator
Generate the token types as a text file for persistence across shared lexer/parser
genTokenStrings() - Method in class antlr.JavaCodeGenerator
Generate a static array containing the names of the tokens, indexed by the token type values.
genTokenStrings() - Method in class antlr.CSharpCodeGenerator
Generate a static array containing the names of the tokens, indexed by the token type values.
genTokenStrings(String) - Method in class antlr.CppCodeGenerator
Generate a static array containing the names of the tokens, indexed by the token type values.
genTokenTypes(TokenManager) - Method in class antlr.JavaCodeGenerator
Generate the token types Java file
genTokenTypes(TokenManager) - Method in class antlr.HTMLCodeGenerator
Generate the token types TXT file
genTokenTypes(TokenManager) - Method in class antlr.DocBookCodeGenerator
Generate the token types TXT file
genTokenTypes(TokenManager) - Method in class antlr.DiagnosticCodeGenerator
Generate the token types TXT file
genTokenTypes(TokenManager) - Method in class antlr.CSharpCodeGenerator
Generate the token types CSharp file
genTokenTypes(TokenManager) - Method in class antlr.CppCodeGenerator
Generate the token types C++ file
getAmount() - Method in class antlr.debug.ParserTokenEvent
 
getAST() - Method in class de.zeigermann.xpa.treeParser.Parser2XMLASTAdapter
Gets the XMLAST created by this adapter.
getAST() - Method in class antlr.TreeParser
Get the AST return value squirreled away in the parser
getAST() - Method in class antlr.Parser
Get the AST return value squirreled away in the parser
getASTCreateString(GrammarAtom, String) - Method in class antlr.JavaCodeGenerator
Get a string for an expression to generate creating of an AST node
getASTCreateString(GrammarAtom, String) - Method in class antlr.HTMLCodeGenerator
Get a string for an expression to generate creating of an AST node
getASTCreateString(GrammarAtom, String) - Method in class antlr.DocBookCodeGenerator
Get a string for an expression to generate creating of an AST node
getASTCreateString(GrammarAtom, String) - Method in class antlr.DiagnosticCodeGenerator
Get a string for an expression to generate creating of an AST node
getASTCreateString(GrammarAtom, String) - Method in class antlr.CSharpCodeGenerator
Get a string for an expression to generate creating of an AST node
getASTCreateString(GrammarAtom, String) - Method in class antlr.CppCodeGenerator
Get a string for an expression to generate creating of an AST node
getASTCreateString(GrammarAtom, String) - Method in class antlr.CodeGenerator
Get a string for an expression to generate creating of an AST node
getASTCreateString(String) - Method in class antlr.JavaCodeGenerator
Get a string for an expression to generate creating of an AST node.
getASTCreateString(String) - Method in class antlr.CSharpCodeGenerator
Returns a string expression that creates an AST node using the specified AST constructor argument string.
getASTCreateString(String) - Method in class antlr.CppCodeGenerator
Get a string for an expression to generate creating of an AST node
getASTCreateString(Vector) - Method in class antlr.JavaCodeGenerator
Get a string for an expression to generate creation of an AST subtree.
getASTCreateString(Vector) - Method in class antlr.HTMLCodeGenerator
Get a string for an expression to generate creation of an AST subtree.
getASTCreateString(Vector) - Method in class antlr.DocBookCodeGenerator
Get a string for an expression to generate creation of an AST subtree.
getASTCreateString(Vector) - Method in class antlr.DiagnosticCodeGenerator
Get a string for an expression to generate creation of an AST subtree.
getASTCreateString(Vector) - Method in class antlr.CSharpCodeGenerator
Get a string for an expression to generate creation of an AST subtree.
getASTCreateString(Vector) - Method in class antlr.CppCodeGenerator
Get a string for an expression to generate creation of an AST subtree.
getASTCreateString(Vector) - Method in class antlr.CodeGenerator
Get a string for an expression to generate creation of an AST subtree.
getASTFactory() - Method in class antlr.TreeParser
 
getASTFactory() - Method in class antlr.Parser
 
getASTNodeType(int) - Method in class antlr.ASTFactory
For a given token type, what is the AST node object type to create for it?
getAttributes() - Method in class de.zeigermann.xpa.tokenParser.XMLStartToken
Gets attributes associated to this tag.
getAttributes() - Method in class de.zeigermann.xpa.treeParser.XMLStartAST
Gets attributes associated to this tag.
getBitsetName(int) - Method in class antlr.CSharpCodeGenerator
Given the index of a bitset in the bitset list, generate a unique name.
getBitsetName(int) - Method in class antlr.CodeGenerator
Given the index of a bitset in the bitset list, generate a unique name.
getBuffer() - Method in class antlr.ANTLRStringBuffer
 
getCaseSensitive() - Method in class antlr.CharScanner
 
getCaseSensitiveLiterals() - Method in class antlr.CharScanner
 
getChar() - Method in class antlr.debug.InputBufferEvent
 
getChild(Object, int) - Method in class antlr.debug.misc.JTreeASTModel
 
getChildCount(Object) - Method in class antlr.debug.misc.JTreeASTModel
 
getClassName() - Method in class antlr.Grammar
 
getColumn() - Method in class antlr.Token
 
getColumn() - Method in class antlr.RecognitionException
 
getColumn() - Method in class antlr.CommonToken
Return token's start column
getColumn() - Method in class antlr.CharScanner
 
getCommitToPath() - Method in class antlr.CharScanner
 
getCondition() - Method in class antlr.debug.SemanticPredicateEvent
 
getCurrentStream() - Method in class antlr.TokenStreamSelector
Return the stream from tokens are being pulled at the moment.
getData() - Method in class antlr.debug.TraceEvent
 
getDefaultErrorHandler() - Method in class antlr.RuleBlock
 
getDefaultErrorHandler() - Method in class antlr.Grammar
 
getDiscardMask() - Method in class antlr.TokenStreamHiddenTokenFilter
 
getElement(Object) - Method in class antlr.collections.impl.IndexedVector
 
getEndElement() - Method in class antlr.RuleBlock
 
getErrorMessage() - Method in class antlr.RecognitionException
Deprecated. As of ANTLR 2.7.0
getFile(String) - Method in class antlr.preprocessor.Hierarchy
 
getFilename() - Method in class de.zeigermann.xpa.tokenParser.XMLToken
Gets the file from which this token originally was generated or null if unknown or not applicable.
getFilename() - Method in class antlr.Token
 
getFilename() - Method in class antlr.RecognitionException
 
getFilename() - Method in class antlr.Parser
 
getFilename() - Method in class antlr.Grammar
 
getFilename() - Method in class antlr.CharScanner
 
getFIRSTBitSet(String, int) - Method in class antlr.CodeGenerator
 
getFirstChild() - Method in class antlr.BaseAST
Get the first child of this node; null if not children
getFirstChild() - Method in class antlr.ASTNULLType
 
getFirstChild() - Method in interface antlr.collections.AST
Get the first child of this node; null if no children
getFOLLOWBitSet(String, int) - Method in class antlr.CodeGenerator
 
getFormatString(String, int, int) - Method in class antlr.FileLineFormatter
 
getFormatString(String, int, int) - Method in class antlr.DefaultFileLineFormatter
 
getFormatter() - Static method in class antlr.FileLineFormatter
 
getGenHashLines() - Method in class antlr.Tool
 
getGrammar(String) - Method in class antlr.preprocessor.Hierarchy
 
getGrammarFile() - Method in class antlr.Tool
 
getGrammarReader() - Method in class antlr.Tool
 
getGrammars() - Method in class antlr.preprocessor.GrammarFile
 
getGuessing() - Method in class antlr.debug.GuessingEvent
 
getHeaderAction(String) - Method in class antlr.DefineGrammarSymbols
 
getHiddenAfter() - Method in class antlr.CommonHiddenStreamToken
 
getHiddenAfter() - Method in class antlr.CommonASTWithHiddenTokens
 
getHiddenAfter(CommonHiddenStreamToken) - Method in class antlr.TokenStreamHiddenTokenFilter
Return a ptr to the hidden token appearing immediately after token t in the input stream.
getHiddenBefore() - Method in class antlr.CommonHiddenStreamToken
 
getHiddenBefore() - Method in class antlr.CommonASTWithHiddenTokens
 
getHiddenBefore(CommonHiddenStreamToken) - Method in class antlr.TokenStreamHiddenTokenFilter
Return a ptr to the hidden token appearing immediately before token t in the input stream.
getHideMask() - Method in class antlr.TokenStreamHiddenTokenFilter
 
getIgnoreAllWhiteSpace() - Method in class de.zeigermann.xpa.tokenParser.Parser2XMLTokenStreamAdapter
Gets property described in Parser2XMLTokenStreamAdapter.setIgnoreAllWhiteSpace(boolean).
getIgnoreAllWhiteSpace() - Method in class de.zeigermann.xpa.treeParser.Parser2XMLASTAdapter
Gets property described in Parser2XMLASTAdapter.setIgnoreAllWhiteSpace(boolean).
getIgnoreRule() - Method in class antlr.RuleBlock
 
getIndexOfChild(Object, Object) - Method in class antlr.debug.misc.JTreeASTModel
 
getInitialHiddenToken() - Method in class antlr.TokenStreamHiddenTokenFilter
Return the first hidden token if one appears before any monitored token.
getInput() - Method in class antlr.TokenBuffer
return the Tokenizer (needed by ParseView)
getInputBuffer() - Method in class antlr.CharScanner
 
getInputBufferListeners() - Method in class antlr.debug.InputBufferEventSupport
 
getInputBufferListeners() - Method in class antlr.debug.DebuggingInputBuffer
 
getInputState() - Method in class antlr.Parser
 
getInputState() - Method in class antlr.CharScanner
 
getIntegerOption(String) - Method in class antlr.Grammar
Get an integer option.
getLAChars() - Method in class antlr.InputBuffer
 
getLanguage(MakeGrammar) - Method in class antlr.Tool
Determine the language used for this run of ANTLR This was made a method so the subclass can override it
getLastChild() - Method in class de.zeigermann.xpa.treeParser.XMLAST
Adds a new sibling to this element.
getLastSibling() - Method in class de.zeigermann.xpa.treeParser.XMLAST
Gets the last sibling of this element, if there is one, otherwise null.
getLine() - Method in class antlr.Token
 
getLine() - Method in class antlr.RecognitionException
 
getLine() - Method in class antlr.CommonToken
 
getLine() - Method in class antlr.CharScanner
 
getLine() - Method in class antlr.debug.NewLineEvent
 
getLiteralsPrefix() - Method in class antlr.Tool
 
getLookaheadAmount() - Method in class antlr.debug.InputBufferEvent
 
getLookaheadTestExpression(Alternative, int) - Method in class antlr.JavaCodeGenerator
Generate a lookahead test expression for an alternate.
getLookaheadTestExpression(Alternative, int) - Method in class antlr.CSharpCodeGenerator
Generate a lookahead test expression for an alternate.
getLookaheadTestExpression(Alternative, int) - Method in class antlr.CppCodeGenerator
Generate a lookahead test expression for an alternate.
getLookaheadTestExpression(Lookahead[], int) - Method in class antlr.JavaCodeGenerator
 
getLookaheadTestExpression(Lookahead[], int) - Method in class antlr.CSharpCodeGenerator
 
getLookaheadTestExpression(Lookahead[], int) - Method in class antlr.CppCodeGenerator
 
getLookaheadTestTerm(int, BitSet) - Method in class antlr.JavaCodeGenerator
Generate a depth==1 lookahead test expression given the BitSet.
getLookaheadTestTerm(int, BitSet) - Method in class antlr.CSharpCodeGenerator
Generate a depth==1 lookahead test expression given the BitSet.
getLookaheadTestTerm(int, BitSet) - Method in class antlr.CppCodeGenerator
Generate a depth==1 lookahead test expression given the BitSet.
getMarkedChars() - Method in class antlr.InputBuffer
 
getMessage() - Method in class antlr.NoViableAltForCharException
Returns a clean error message (no line number/column information)
getMessage() - Method in class antlr.NoViableAltException
Returns a clean error message (no line number/column information)
getMessage() - Method in class antlr.MismatchedTokenException
Returns a clean error message (no line number/column information)
getMessage() - Method in class antlr.MismatchedCharException
Returns a clean error message (no line number/column information)
getName() - Method in class antlr.NameSpace
 
getName() - Method in class antlr.preprocessor.GrammarFile
 
getNameSpace() - Method in class antlr.Tool
 
getNamespaceAntlr() - Method in class antlr.Tool
 
getNamespaceStd() - Method in class antlr.Tool
 
getNextSibling() - Method in class antlr.BaseAST
Get the next sibling in line after this one
getNextSibling() - Method in class antlr.ASTNULLType
 
getNextSibling() - Method in interface antlr.collections.AST
Get the next sibling in line after this one
getNumberOfChildren() - Method in class antlr.BaseAST
How many children does this node have?
getNumberOfChildren() - Method in class antlr.ASTNULLType
 
getNumberOfChildren() - Method in interface antlr.collections.AST
Get number of children of this node; if leaf, returns 0
getOption(String) - Method in class antlr.Grammar
Get an option.
getOutputDirectory() - Method in class antlr.Tool
 
getPreviousSiblingFlat(XMLAST) - Method in class de.zeigermann.xpa.treeParser.XMLAST
Gets the sibling left to me or null if there is none.
getRangeExpression(int, int[]) - Method in class antlr.JavaCodeGenerator
Return an expression for testing a contiguous renage of elements
getRangeExpression(int, int[]) - Method in class antlr.CSharpCodeGenerator
Return an expression for testing a contiguous renage of elements
getRangeExpression(int, int[]) - Method in class antlr.CppCodeGenerator
Return an expression for testing a contiguous renage of elements
getRanges(int[]) - Static method in class antlr.collections.impl.BitSet
Find ranges in a set element array.
getResult() - Method in class antlr.debug.SemanticPredicateEvent
 
getRoot() - Method in class antlr.debug.misc.JTreeASTModel
 
getRuleName() - Method in class antlr.RuleBlock
 
getRuleName(int) - Method in class antlr.debug.LLkDebuggingParser
 
getRuleName(int) - Method in interface antlr.debug.DebuggingParser
 
getRuleName(int) - Method in class antlr.debug.DebuggingCharScanner
 
getRuleNum() - Method in class antlr.debug.TraceEvent
 
getSemPredName(int) - Method in class antlr.debug.LLkDebuggingParser
 
getSemPredName(int) - Method in interface antlr.debug.DebuggingParser
 
getSemPredName(int) - Method in class antlr.debug.DebuggingCharScanner
 
getStream(String) - Method in class antlr.TokenStreamSelector
 
getSuperClass() - Method in class antlr.Grammar
 
getSymbol(String) - Method in class antlr.Grammar
 
getSymbols() - Method in class antlr.Grammar
 
getTabSize() - Method in class antlr.CharScanner
 
getTarget() - Method in class antlr.debug.ParserMatchEvent
 
getTestLiterals() - Method in class antlr.RuleBlock
 
getText() - Method in class antlr.Token
 
getText() - Method in class antlr.CommonToken
 
getText() - Method in class antlr.CommonAST
Get the token text for this node
getText() - Method in class antlr.CharScanner
return a copy of the current text buffer
getText() - Method in class antlr.BaseAST
Get the token text for this node
getText() - Method in class antlr.ASTNULLType
 
getText() - Method in interface antlr.collections.AST
Get the token text for this node
getText() - Method in class antlr.debug.ParserMatchEvent
 
getText() - Method in class antlr.debug.MessageEvent
 
getTokenName(int) - Method in class antlr.TreeParser
 
getTokenName(int) - Method in class antlr.Parser
 
getTokenNames() - Method in class antlr.TreeParser
 
getTokenNames() - Method in class antlr.Parser
 
getTokenObject() - Method in class antlr.CharScanner
 
getTokenTypesClassName() - Method in class antlr.CSharpCodeGenerator
Helper method that returns the name of the interface/class/enum type for token type constants.
getTokenTypeToASTClassMap() - Method in class antlr.Parser
If the user specifies a tokens{} section with heterogeneous AST node types, then ANTLR generates code to fill this mapping.
getTokenTypeToASTClassMap() - Method in class antlr.ASTFactory
 
getTool() - Method in class antlr.preprocessor.Hierarchy
 
getTreatValidWhiteSpaceAsIgnorable() - Method in class de.zeigermann.xpa.tokenParser.Parser2XMLTokenStreamAdapter
Gets property described in Parser2XMLTokenStreamAdapter.setTreatValidWhiteSpaceAsIgnorable(boolean).
getTreatValidWhiteSpaceAsIgnorable() - Method in class de.zeigermann.xpa.treeParser.Parser2XMLASTAdapter
Gets property described in Parser2XMLASTAdapter.setTreatValidWhiteSpaceAsIgnorable(boolean).
getType() - Method in class antlr.Token
 
getType() - Method in class antlr.CommonAST
Get the token type for this node
getType() - Method in class antlr.BaseAST
Get the token type for this node
getType() - Method in class antlr.ASTNULLType
 
getType() - Method in interface antlr.collections.AST
Get the token type for this node
getType() - Method in class antlr.debug.Event
 
getType(String) - Method in class de.zeigermann.xpa.XMLTokenTypeManager
Gets the type of a token as used by ANTLR parser that generated token type definition text.
getUpperCaseMangledLiterals() - Method in class antlr.Tool
 
getValue() - Method in class antlr.debug.ParserTokenEvent
 
getValue() - Method in class antlr.debug.ParserMatchEvent
 
getWildCardTag() - Method in class de.zeigermann.xpa.XMLTokenTypeManager
Gets the name of the wildcard tag as described in XMLTokenTypeManager.setWildCardTag(java.lang.String).
goToSleep() - Method in class antlr.debug.LLkDebuggingParser
 
goToSleep() - Method in class antlr.debug.DebuggingCharScanner
 
grammar - Variable in class antlr.LLkAnalyzer
 
grammar - Variable in class antlr.DefineGrammarSymbols
 
grammar - Variable in class antlr.CodeGenerator
The grammar for which we generate code
Grammar - class antlr.Grammar.
A Grammar holds a set of rules (which are stored in a symbol table).
Grammar(String, Tool, String) - Constructor for class antlr.Grammar
 
GrammarAnalyzer - interface antlr.GrammarAnalyzer.
A GrammarAnalyzer computes lookahead from Grammar (which contains a grammar symbol table) and can then answer questions about the grammar.
grammarError - Variable in class antlr.MakeGrammar
 
grammarFile - Variable in class antlr.Tool
 
GrammarFile - class antlr.preprocessor.GrammarFile.
Stores header action, grammar preamble, file options, and list of grammars in the file
GrammarFile(Tool, String) - Constructor for class antlr.preprocessor.GrammarFile
 
grammarFileName - Variable in class antlr.preprocessor.Tool
 
grammars - Variable in class antlr.DefineGrammarSymbols
 
grammars - Variable in class antlr.preprocessor.Tool
 
grammars - Variable in class antlr.preprocessor.GrammarFile
 
growToInclude(int) - Method in class antlr.collections.impl.BitSet
Grows the set to a larger number of bits.
guessing - Variable in class antlr.TreeParserSharedInputState
Are we guessing (guessing>0)?
guessing - Variable in class antlr.ParserSharedInputState
Are we guessing (guessing>0)?
guessing - Variable in class antlr.LexerSharedInputState
 
GuessingEvent - class antlr.debug.GuessingEvent.
 
GuessingEvent(Object) - Constructor for class antlr.debug.GuessingEvent
 
GuessingEvent(Object, int) - Constructor for class antlr.debug.GuessingEvent
 

H

hasError - Variable in class antlr.Tool
Was there an error during parsing or analysis?
hasError() - Method in class antlr.Tool
 
hasError() - Method in class antlr.MakeGrammar
Remember that a major error occured in the grammar
hasError() - Method in class antlr.DefineGrammarSymbols
 
hasError() - Method in interface antlr.ANTLRGrammarParseBehavior
 
hashCode() - Method in class antlr.ANTLRHashString
 
hashString - Variable in class antlr.CharScanner
 
hasMoreNodes() - Method in interface antlr.collections.ASTEnumeration
 
hasMoreNodes() - Method in class antlr.collections.impl.ASTEnumerator
 
hasOption(String) - Method in class antlr.Grammar
Check the existence of an option in the table
hasSyntacticPredicate - Variable in class antlr.Grammar
 
hasUserErrorHandling - Variable in class antlr.Grammar
 
head - Variable in class antlr.collections.impl.LList
 
headerAction - Variable in class antlr.preprocessor.GrammarFile
 
headerActions - Variable in class antlr.DefineGrammarSymbols
 
height() - Method in interface antlr.collections.Stack
 
height() - Method in class antlr.collections.impl.LList
How high is the stack?
hiddenAfter - Variable in class antlr.CommonHiddenStreamToken
 
hiddenAfter - Variable in class antlr.CommonASTWithHiddenTokens
 
hiddenBefore - Variable in class antlr.CommonHiddenStreamToken
 
hiddenBefore - Variable in class antlr.CommonASTWithHiddenTokens
 
hide(BitSet) - Method in class antlr.TokenStreamHiddenTokenFilter
 
hide(int) - Method in class antlr.TokenStreamHiddenTokenFilter
 
hideMask - Variable in class antlr.TokenStreamHiddenTokenFilter
 
Hierarchy - class antlr.preprocessor.Hierarchy.
 
Hierarchy(Tool) - Constructor for class antlr.preprocessor.Hierarchy
 
hitNewLine(NewLineEvent) - Method in interface antlr.debug.NewLineListener
 
HTMLCodeGenerator - class antlr.HTMLCodeGenerator.
Generate P.html, a cross-linked representation of P with or without actions
HTMLCodeGenerator() - Constructor for class antlr.HTMLCodeGenerator
Create a Diagnostic code-generator using the given Grammar The caller must still call setTool, setBehavior, and setAnalyzer before generating code.

I

ignoreRule - Variable in class antlr.RuleBlock
 
importVocab - Variable in class antlr.Grammar
The name of the import vocabulary.
includes(Object) - Method in interface antlr.collections.List
 
includes(Object) - Method in class antlr.collections.impl.LList
Answers whether or not an object is contained in the list
indent() - Method in class antlr.debug.Tracer
 
index - Variable in class antlr.collections.impl.IndexedVector
 
IndexedVector - class antlr.collections.impl.IndexedVector.
A simple indexed vector: a normal vector except that you must specify a key when adding an element.
IndexedVector() - Constructor for class antlr.collections.impl.IndexedVector
IndexedVector constructor comment.
IndexedVector(int) - Constructor for class antlr.collections.impl.IndexedVector
IndexedVector constructor comment.
init(int) - Method in class antlr.CharQueue
Initialize the queue.
initialize(AST) - Method in class antlr.CommonAST
 
initialize(AST) - Method in class antlr.BaseAST
 
initialize(AST) - Method in class antlr.ASTNULLType
 
initialize(AST) - Method in interface antlr.collections.AST
 
initialize(int, String) - Method in class antlr.CommonAST
 
initialize(int, String) - Method in class antlr.BaseAST
 
initialize(int, String) - Method in class antlr.ASTNULLType
 
initialize(int, String) - Method in interface antlr.collections.AST
 
initialize(Token) - Method in class antlr.CommonASTWithHiddenTokens
 
initialize(Token) - Method in class antlr.CommonAST
 
initialize(Token) - Method in class antlr.BaseAST
 
initialize(Token) - Method in class antlr.ASTNULLType
 
initialize(Token) - Method in interface antlr.collections.AST
 
input - Variable in class antlr.TokenStreamSelector
The currently-selected token stream input
input - Variable in class antlr.TokenStreamBasicFilter
The input stream
input - Variable in class antlr.TokenBuffer
 
input - Variable in class antlr.ParserSharedInputState
Where to get token objects
input - Variable in class antlr.LexerSharedInputState
 
InputBuffer - class antlr.InputBuffer.
A Stream of characters fed to the lexer from a InputStream that can be rewound via mark()/rewind() methods.
InputBuffer() - Constructor for class antlr.InputBuffer
Create an input buffer
InputBufferAdapter - class antlr.debug.InputBufferAdapter.
A dummy implementation of a CharBufferListener -- this class is not meant to be used by itself -- it's meant to be subclassed
InputBufferAdapter() - Constructor for class antlr.debug.InputBufferAdapter
 
inputBufferChanged(InputBufferEvent) - Method in class antlr.debug.InputBufferReporter
 
inputBufferConsume(InputBufferEvent) - Method in class antlr.debug.InputBufferReporter
charBufferConsume method comment.
inputBufferConsume(InputBufferEvent) - Method in interface antlr.debug.InputBufferListener
 
inputBufferConsume(InputBufferEvent) - Method in class antlr.debug.InputBufferAdapter
charConsumed method comment.
InputBufferEvent - class antlr.debug.InputBufferEvent.
 
InputBufferEvent(Object) - Constructor for class antlr.debug.InputBufferEvent
CharBufferEvent constructor comment.
InputBufferEvent(Object, int, char, int) - Constructor for class antlr.debug.InputBufferEvent
CharBufferEvent constructor comment.
InputBufferEventSupport - class antlr.debug.InputBufferEventSupport.
 
InputBufferEventSupport(Object) - Constructor for class antlr.debug.InputBufferEventSupport
 
inputBufferLA(InputBufferEvent) - Method in class antlr.debug.InputBufferReporter
charBufferLA method comment.
inputBufferLA(InputBufferEvent) - Method in interface antlr.debug.InputBufferListener
 
inputBufferLA(InputBufferEvent) - Method in class antlr.debug.InputBufferAdapter
charLA method comment.
InputBufferListener - interface antlr.debug.InputBufferListener.
 
inputBufferMark(InputBufferEvent) - Method in class antlr.debug.InputBufferReporter
 
inputBufferMark(InputBufferEvent) - Method in interface antlr.debug.InputBufferListener
 
inputBufferMark(InputBufferEvent) - Method in class antlr.debug.InputBufferAdapter
 
InputBufferReporter - class antlr.debug.InputBufferReporter.
 
InputBufferReporter() - Constructor for class antlr.debug.InputBufferReporter
 
inputBufferRewind(InputBufferEvent) - Method in class antlr.debug.InputBufferReporter
 
inputBufferRewind(InputBufferEvent) - Method in interface antlr.debug.InputBufferListener
 
inputBufferRewind(InputBufferEvent) - Method in class antlr.debug.InputBufferAdapter
 
inputState - Variable in class antlr.TreeParser
Nesting level of registered handlers
inputState - Variable in class antlr.Parser
 
inputState - Variable in class antlr.CharScanner
 
inputStreamNames - Variable in class antlr.TokenStreamSelector
The set of inputs to the MUX
insert(String, int) - Method in class de.zeigermann.xpa.XMLTokenTypeManager
Inserts the name of a token along with its type.
insertHead(Object) - Method in class antlr.collections.impl.LList
Insert an object at the head of the list.
interactive - Variable in class antlr.Grammar
 
intersection(Lookahead) - Method in class antlr.Lookahead
What is the intersection of two lookahead depths?
IntRange - class antlr.collections.impl.IntRange.
 
IntRange(int, int) - Constructor for class antlr.collections.impl.IntRange
 
INVALID_TYPE - Static variable in class antlr.Token
 
io - Variable in class antlr.TokenStreamIOException
 
io - Variable in class antlr.CharStreamIOException
 
isDebugMode() - Method in class antlr.Parser
 
isDebugMode() - Method in class antlr.debug.LLkDebuggingParser
 
isDebugMode() - Method in class antlr.debug.DebuggingInputBuffer
 
isDebugMode() - Method in class antlr.debug.DebuggingCharScanner
 
isDefined(String) - Method in class antlr.Grammar
Is a rule symbol defined?
isEmpty() - Method in class de.zeigermann.xpa.treeParser.XMLStartAST
Finds out if this XMLStartAST is empty.
isGuessing() - Method in class antlr.debug.LLkDebuggingParser
 
isInverse() - Method in class antlr.debug.ParserMatchEvent
 
isLeaf(Object) - Method in class antlr.debug.misc.JTreeASTModel
 
isLexerAutoGenRule() - Method in class antlr.RuleBlock
 
isMarked() - Method in class antlr.InputBuffer
 
isMarked() - Method in class antlr.debug.DebuggingInputBuffer
 
isMatched() - Method in class antlr.debug.ParserMatchEvent
 
isSubtree(AST, AST) - Method in class antlr.ASTIterator
Is 'sub' a subtree of 't' beginning at the root?

J

JavaCodeGenerator - class antlr.JavaCodeGenerator.
Generate MyParser.java, MyLexer.java and MyParserTokenTypes.java
JavaCodeGenerator() - Constructor for class antlr.JavaCodeGenerator
Create a Java code-generator using the given Grammar.
JTreeASTModel - class antlr.debug.misc.JTreeASTModel.
 
JTreeASTModel(AST) - Constructor for class antlr.debug.misc.JTreeASTModel
 
JTreeASTPanel - class antlr.debug.misc.JTreeASTPanel.
 
JTreeASTPanel(TreeModel, TreeSelectionListener) - Constructor for class antlr.debug.misc.JTreeASTPanel
 

L

LA - Static variable in class antlr.debug.ParserTokenEvent
 
LA - Static variable in class antlr.debug.ParserEventSupport
 
LA - Static variable in class antlr.debug.InputBufferEventSupport
 
LA - Static variable in class antlr.debug.InputBufferEvent
 
LA(int) - Method in class antlr.TokenStreamHiddenTokenFilter
 
LA(int) - Method in class antlr.TokenBuffer
Get a lookahead token value
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.LLkParser
 
LA(int) - Method in class antlr.InputBuffer
Get a lookahead character
LA(int) - Method in class antlr.CharScanner
 
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.debug.DebuggingInputBuffer
 
LA(int) - Method in class antlr.debug.DebuggingCharScanner
 
lastElement - Variable in class antlr.collections.impl.Vector
 
lastHiddenToken - Variable in class antlr.TokenStreamHiddenTokenFilter
track tail of hidden list emanating from previous monitored token
lastRuleRef - Variable in class antlr.MakeGrammar
 
length - Variable in class antlr.ANTLRStringBuffer
 
length - Variable in class antlr.collections.impl.LList
 
length() - Method in class antlr.ANTLRStringBuffer
 
length() - Method in interface 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 - Variable in class antlr.DumpASTVisitor
 
LexerRoot - Variable in class antlr.preprocessor.Hierarchy
 
LexerSharedInputState - class antlr.LexerSharedInputState.
This object contains the data associated with an input stream of characters.
LexerSharedInputState(InputBuffer) - Constructor for class antlr.LexerSharedInputState
 
LexerSharedInputState(InputStream) - Constructor for class antlr.LexerSharedInputState
 
LexerSharedInputState(Reader) - Constructor for class antlr.LexerSharedInputState
 
lexicalAnalysis - Variable in class antlr.LLkAnalyzer
 
line - Variable in class antlr.RecognitionException
 
line - Variable in class antlr.LexerSharedInputState
 
line - Variable in class antlr.CommonToken
 
LinkedListTokenQueue - class de.zeigermann.xpa.tokenParser.LinkedListTokenQueue.
This class is a very simple implementation of a token queue using a linked list.
LinkedListTokenQueue() - Constructor for class de.zeigermann.xpa.tokenParser.LinkedListTokenQueue
 
List - interface antlr.collections.List.
A simple List interface that describes operations on a list.
ListenerBase - interface antlr.debug.ListenerBase.
 
literalChar(int) - Method in interface antlr.CharFormatter
 
literals - Variable in class antlr.CharScanner
 
literalsPrefix - Static variable in class antlr.Tool
 
literalString(String) - Method in interface antlr.CharFormatter
 
LList - class antlr.collections.impl.LList.
A Linked List Implementation (not thread-safe for simplicity) (adds to the tail) (has an enumeration)
LList() - Constructor for class antlr.collections.impl.LList
 
LLkAnalyzer - class antlr.LLkAnalyzer.
A linear-approximate LL(k) grammar analzyer.
LLkAnalyzer(Tool) - Constructor for class antlr.LLkAnalyzer
Create an LLk analyzer
LLkDebuggingParser - class antlr.debug.LLkDebuggingParser.
 
LLkDebuggingParser(int) - Constructor for class antlr.debug.LLkDebuggingParser
 
LLkDebuggingParser(ParserSharedInputState, int) - Constructor for class antlr.debug.LLkDebuggingParser
 
LLkDebuggingParser(TokenBuffer, int) - Constructor for class antlr.debug.LLkDebuggingParser
 
LLkDebuggingParser(TokenStream, int) - Constructor for class antlr.debug.LLkDebuggingParser
 
LLkGrammarAnalyzer - interface antlr.LLkGrammarAnalyzer.
 
LLkParser - class antlr.LLkParser.
An LL(k) parser.
LLkParser(int) - Constructor for class antlr.LLkParser
 
LLkParser(ParserSharedInputState, int) - Constructor for class antlr.LLkParser
 
LLkParser(TokenBuffer, int) - Constructor for class antlr.LLkParser
 
LLkParser(TokenStream, int) - Constructor for class antlr.LLkParser
 
lltq - Variable in class de.zeigermann.xpa.tokenParser.BlockingLinkedListTokenQueue
 
lock - Variable in class antlr.RuleBlock
 
LOG_BITS - Static variable in class antlr.collections.impl.BitSet
 
look(int) - Method in class antlr.RuleBlock
 
look(int, ActionElement) - Method in interface antlr.LLkGrammarAnalyzer
 
look(int, ActionElement) - Method in class antlr.LLkAnalyzer
Actions are ignored
look(int, AlternativeBlock) - Method in interface antlr.LLkGrammarAnalyzer
 
look(int, AlternativeBlock) - Method in class antlr.LLkAnalyzer
Combine the lookahead computed for each alternative
look(int, BlockEndElement) - Method in interface antlr.LLkGrammarAnalyzer
 
look(int, BlockEndElement) - Method in class antlr.LLkAnalyzer
Compute what follows this place-holder node and possibly what begins the associated loop unless the node is locked.
look(int, CharLiteralElement) - Method in interface antlr.LLkGrammarAnalyzer
 
look(int, CharLiteralElement) - Method in class antlr.LLkAnalyzer
Return this char as the lookahead if k=1.
look(int, CharRangeElement) - Method in interface antlr.LLkGrammarAnalyzer
 
look(int, CharRangeElement) - Method in class antlr.LLkAnalyzer
 
look(int, GrammarAtom) - Method in interface antlr.LLkGrammarAnalyzer
 
look(int, GrammarAtom) - Method in class antlr.LLkAnalyzer
 
look(int, OneOrMoreBlock) - Method in interface antlr.LLkGrammarAnalyzer
 
look(int, OneOrMoreBlock) - Method in class antlr.LLkAnalyzer
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, RuleBlock) - Method in interface antlr.LLkGrammarAnalyzer
 
look(int, RuleBlock) - Method in class antlr.LLkAnalyzer
Combine the lookahead computed for each alternative.
look(int, RuleEndElement) - Method in interface antlr.LLkGrammarAnalyzer
 
look(int, RuleEndElement) - Method in class antlr.LLkAnalyzer
If not locked or noFOLLOW set, compute FOLLOW of a rule.
look(int, RuleRefElement) - Method in interface antlr.LLkGrammarAnalyzer
 
look(int, RuleRefElement) - Method in class antlr.LLkAnalyzer
Compute the lookahead contributed by a rule reference.
look(int, String) - Method in interface antlr.LLkGrammarAnalyzer
 
look(int, String) - Method in class antlr.LLkAnalyzer
Compute the combined lookahead for all productions of a rule.
look(int, StringLiteralElement) - Method in interface antlr.LLkGrammarAnalyzer
 
look(int, StringLiteralElement) - Method in class antlr.LLkAnalyzer
 
look(int, SynPredBlock) - Method in interface antlr.LLkGrammarAnalyzer
 
look(int, SynPredBlock) - Method in class antlr.LLkAnalyzer
The lookahead of a (...)=> block is the lookahead of what follows the block.
look(int, TokenRangeElement) - Method in interface antlr.LLkGrammarAnalyzer
 
look(int, TokenRangeElement) - Method in class antlr.LLkAnalyzer
 
look(int, TreeElement) - Method in interface antlr.LLkGrammarAnalyzer
 
look(int, TreeElement) - Method in class antlr.LLkAnalyzer
 
look(int, WildcardElement) - Method in interface antlr.LLkGrammarAnalyzer
 
look(int, WildcardElement) - Method in class antlr.LLkAnalyzer
 
look(int, ZeroOrMoreBlock) - Method in interface antlr.LLkGrammarAnalyzer
 
look(int, ZeroOrMoreBlock) - Method in class antlr.LLkAnalyzer
The (...)* element is the combined lookahead of the alternatives and what can follow the loop.
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_DEPTH_INIT - Static variable in interface antlr.GrammarAnalyzer
 
Lookahead() - Constructor for class antlr.Lookahead
 
Lookahead(BitSet) - 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
lookaheadEquivForApproxAndFullAnalysis(Lookahead[], int) - Static method in class antlr.LLkAnalyzer
If the first k-1 sets are singleton sets, the appoximate lookahead analysis is equivalent to full lookahead analysis.
lookaheadIsEmpty(Alternative, int) - Method in class antlr.JavaCodeGenerator
Is the lookahead for this alt empty?
lookaheadIsEmpty(Alternative, int) - Method in class antlr.CSharpCodeGenerator
Is the lookahead for this alt empty?
lookaheadIsEmpty(Alternative, int) - Method in class antlr.CppCodeGenerator
Is the lookahead for this alt empty?
LT(int) - Method in class antlr.TokenBuffer
Get a lookahead token
LT(int) - Method in class antlr.Parser
Return the ith token of lookahead
LT(int) - Method in class antlr.LLkParser
 

M

main(String[]) - Static method in class antlr.Tool
 
main(String[]) - Static method in class antlr.debug.misc.ASTFrame
 
main(String[]) - Static method in class antlr.preprocessor.Tool
 
make(AST[]) - Method in class antlr.ASTFactory
Make a tree from a list of nodes.
make(ASTArray) - Method in class antlr.ASTFactory
Make a tree from a list of nodes, where the nodes are contained in an ASTArray object
makeASTRoot(ASTPair, AST) - Method in class antlr.ASTFactory
Make an AST the root of current AST
MakeGrammar - class antlr.MakeGrammar.
 
MakeGrammar(Tool, String[], LLkAnalyzer) - Constructor for class antlr.MakeGrammar
 
makeSwitchThreshold - Variable in class antlr.CodeGenerator
This is a hint for the language-specific code generator.
makeToken(int) - Method in class antlr.CharScanner
 
makeToken(int) - Method in class antlr.debug.DebuggingCharScanner
 
mapTreeId(String, ActionTransInfo) - Method in class antlr.JavaCodeGenerator
Map an identifier to it's corresponding tree-node variable.
mapTreeId(String, ActionTransInfo) - Method in class antlr.HTMLCodeGenerator
Map an identifier to it's corresponding tree-node variable.
mapTreeId(String, ActionTransInfo) - Method in class antlr.DocBookCodeGenerator
Map an identifier to it's corresponding tree-node variable.
mapTreeId(String, ActionTransInfo) - Method in class antlr.DiagnosticCodeGenerator
Map an identifier to it's corresponding tree-node variable.
mapTreeId(String, ActionTransInfo) - Method in class antlr.CSharpCodeGenerator
Map an identifier to it's corresponding tree-node variable.
mapTreeId(String, ActionTransInfo) - Method in class antlr.CppCodeGenerator
Map an identifier to it's corresponding tree-node variable.
mapTreeId(String, ActionTransInfo) - Method in class antlr.CodeGenerator
Map an identifier to it's corresponding tree-node variable.
MARK - Static variable in class antlr.debug.InputBufferEventSupport
 
MARK - Static variable in class antlr.debug.InputBufferEvent
 
mark() - Method in class antlr.TokenBuffer
Return an integer marker that can be used to rewind the buffer to its current state.
mark() - Method in class antlr.Parser
 
mark() - Method in class antlr.InputBuffer
Return an integer marker that can be used to rewind the buffer to its current state.
mark() - Method in class antlr.CharScanner
 
mark() - Method in class antlr.debug.DebuggingInputBuffer
 
markBitsetForGen(BitSet) - Method in class antlr.CodeGenerator
Add a bitset to the list of bitsets to be generated.
markerOffset - Variable in class antlr.InputBuffer
 
MATCH - Static variable in class antlr.debug.ParserEventSupport
 
MATCH_NOT - Static variable in class antlr.debug.ParserEventSupport
 
match(AST, BitSet) - Method in class antlr.TreeParser
Make sure current lookahead symbol matches the given set Throw an exception upon mismatch, which is catch by either the error handler or by the syntactic predicate.
match(AST, int) - Method in class antlr.TreeParser
 
match(BitSet) - Method in class antlr.Parser
Make sure current lookahead symbol matches the given set Throw an exception upon mismatch, which is catch by either the error handler or by the syntactic predicate.
match(BitSet) - Method in class antlr.CharScanner
 
match(BitSet) - Method in class antlr.debug.LLkDebuggingParser
Make sure current lookahead symbol matches the given set Throw an exception upon mismatch, which is catch by either the error handler or by the syntactic predicate.
match(BitSet) - Method in class antlr.debug.DebuggingCharScanner
 
match(char) - Method in class antlr.CharScanner
 
match(char) - Method in class antlr.debug.DebuggingCharScanner
 
match(int) - Method in class antlr.Parser
Make sure current lookahead symbol matches token type t.
match(int) - Method in class antlr.debug.LLkDebuggingParser
Make sure current lookahead symbol matches token type t.
match(String) - Method in class antlr.CharScanner
 
match(String) - Method in class antlr.debug.DebuggingCharScanner
 
matchNot(AST, int) - Method in class antlr.TreeParser
 
matchNot(char) - Method in class antlr.CharScanner
 
matchNot(char) - Method in class antlr.debug.DebuggingCharScanner
 
matchNot(int) - Method in class antlr.Parser
 
matchNot(int) - Method in class antlr.debug.LLkDebuggingParser
 
matchRange(char, char) - Method in class antlr.CharScanner
 
matchRange(char, char) - Method in class antlr.debug.DebuggingCharScanner
 
maxBufferSize - Variable in class de.zeigermann.xpa.tokenParser.BlockingLinkedListTokenQueue
 
maxk - Variable in class antlr.Grammar
 
member(int) - Method in class antlr.collections.impl.BitSet
 
MessageAdapter - class antlr.debug.MessageAdapter.
 
MessageAdapter() - Constructor for class antlr.debug.MessageAdapter
 
MessageEvent - class antlr.debug.MessageEvent.
 
MessageEvent(Object) - Constructor for class antlr.debug.MessageEvent
 
MessageEvent(Object, int, String) - Constructor for class antlr.debug.MessageEvent
 
MessageListener - interface antlr.debug.MessageListener.
 
MIN_USER_TYPE - Static variable in class antlr.Token
 
MISMATCH - Static variable in class antlr.debug.ParserEventSupport
 
MISMATCH_NOT - Static variable in class antlr.debug.ParserEventSupport
 
MismatchedCharException - exception antlr.MismatchedCharException.
 
MismatchedCharException() - Constructor for class antlr.MismatchedCharException
MismatchedCharException constructor comment.
MismatchedCharException(char, BitSet, boolean, CharScanner) - Constructor for class antlr.MismatchedCharException
 
MismatchedCharException(char, char, boolean, CharScanner) - Constructor for class antlr.MismatchedCharException
 
MismatchedCharException(char, char, char, boolean, CharScanner) - Constructor for class antlr.MismatchedCharException
 
MismatchedTokenException - exception antlr.MismatchedTokenException.
 
MismatchedTokenException() - Constructor for class antlr.MismatchedTokenException
Looking for AST wildcard, didn't find it
MismatchedTokenException(String[], AST, BitSet, boolean) - Constructor for class antlr.MismatchedTokenException
 
MismatchedTokenException(String[], AST, int, boolean) - Constructor for class antlr.MismatchedTokenException
 
MismatchedTokenException(String[], AST, int, int, boolean) - Constructor for class antlr.MismatchedTokenException
 
MismatchedTokenException(String[], Token, BitSet, boolean, String) - Constructor for class antlr.MismatchedTokenException
 
MismatchedTokenException(String[], Token, int, boolean, String) - Constructor for class antlr.MismatchedTokenException
 
MismatchedTokenException(String[], Token, int, int, boolean, String) - Constructor for class antlr.MismatchedTokenException
 
mismatchType - Variable in class antlr.MismatchedTokenException
 
mismatchType - Variable in class antlr.MismatchedCharException
 
MOD_MASK - Static variable in class antlr.collections.impl.BitSet
 

N

nameForExpandedGrammarFile(String) - Method in class antlr.preprocessor.GrammarFile
 
nameSpace - Variable in class antlr.Tool
C++ file level options
NameSpace - class antlr.NameSpace.
 
NameSpace(String) - Constructor for class antlr.NameSpace
 
namespaceAntlr - Variable in class antlr.Tool
 
namespaceStd - Variable in class antlr.Tool
 
nargs - Variable in class antlr.preprocessor.Tool
 
nbrEntries - Variable in class antlr.CharQueue
number of tokens in the queue
nested - Variable in class antlr.MakeGrammar
 
NEW_LINE - Static variable in class antlr.debug.ParserEventSupport
 
newline() - Method in class antlr.CharScanner
 
newline() - Method in class antlr.debug.DebuggingCharScanner
 
NewLineEvent - class antlr.debug.NewLineEvent.
 
NewLineEvent(Object) - Constructor for class antlr.debug.NewLineEvent
 
NewLineEvent(Object, int) - Constructor for class antlr.debug.NewLineEvent
 
NewLineListener - interface antlr.debug.NewLineListener.
 
next() - Method in interface antlr.collections.Enumerator
Return the next element in the enumeration; first call to next() returns the first element.
next(AST) - Method in class antlr.ASTIterator
Find the next subtree with structure and token types equal to those of 'template'.
nextNode() - Method in interface antlr.collections.ASTEnumeration
 
nextNode() - Method in class antlr.collections.impl.ASTEnumerator
 
nextToken() - Method in class de.zeigermann.xpa.tokenParser.XMLFragmentDrivenTokenStream
Gets next token from token queue if available.
nextToken() - Method in class de.zeigermann.xpa.tokenParser.SAXDrivenTokenStream
Gets next token from token queue.
nextToken() - Method in class de.zeigermann.xpa.tokenParser.Parser2XMLTokenStreamAdapter
Gets the next token.
nextToken() - Method in class antlr.TokenStreamSelector
 
nextToken() - Method in class antlr.TokenStreamHiddenTokenFilter
Return the next monitored token.
nextToken() - Method in class antlr.TokenStreamBasicFilter
 
nextToken() - Method in interface antlr.TokenStream
 
NIBBLE - Static variable in class antlr.collections.impl.BitSet
 
nil() - Method in class antlr.Lookahead
 
nil() - Method in class antlr.collections.impl.BitSet
 
nMarkers - Variable in class antlr.InputBuffer
 
noASTSubRule() - Method in class antlr.DefineGrammarSymbols
 
noASTSubRule() - Method in interface antlr.ANTLRGrammarParseBehavior
 
noAutoGenSubRule() - Method in class antlr.MakeGrammar
 
noConstructors - Variable in class antlr.Tool
 
noConstructors - Variable in class antlr.CppCodeGenerator
 
node - Variable in class antlr.NoViableAltException
 
node - Variable in class antlr.MismatchedTokenException
 
NONDETERMINISTIC - Static variable in interface antlr.GrammarAnalyzer
The epsilon token type is an imaginary type used during analysis.
NONUNIQUE - Static variable in class antlr.JavaCodeGenerator
Special value used to mark duplicate in treeVariableMap
NONUNIQUE - Static variable in class antlr.CSharpCodeGenerator
Special value used to mark duplicate in treeVariableMap
NONUNIQUE - Static variable in class antlr.CppCodeGenerator
 
noRoot() - Method in class de.zeigermann.xpa.treeParser.XMLAST
Chops off root of tree, leaving only first child.
NOT_CHAR - Static variable in class antlr.MismatchedCharException
 
NOT_RANGE - Static variable in class antlr.MismatchedTokenException
 
NOT_RANGE - Static variable in class antlr.MismatchedCharException
 
NOT_SET - Static variable in class antlr.MismatchedTokenException
 
NOT_SET - Static variable in class antlr.MismatchedCharException
 
NOT_TOKEN - Static variable in class antlr.MismatchedTokenException
 
not() - Method in class antlr.collections.impl.BitSet
 
notInPlace() - Method in class antlr.collections.impl.BitSet
 
notInPlace(int) - Method in class antlr.collections.impl.BitSet
complement bits in the range 0..maxBit.
notInPlace(int, int) - Method in class antlr.collections.impl.BitSet
complement bits in the range minBit..maxBit.
NoViableAltException - exception antlr.NoViableAltException.
 
NoViableAltException(AST) - Constructor for class antlr.NoViableAltException
 
NoViableAltException(Token, String) - Constructor for class antlr.NoViableAltException
 
NoViableAltForCharException - exception antlr.NoViableAltForCharException.
 
NoViableAltForCharException(char, CharScanner) - Constructor for class antlr.NoViableAltForCharException
 
NoViableAltForCharException(char, String, int) - Constructor for class antlr.NoViableAltForCharException
Deprecated. As of ANTLR 2.7.2 use NoViableAltForCharException.NoViableAltForCharException(char, String, int, int)
NoViableAltForCharException(char, String, int, int) - Constructor for class antlr.NoViableAltForCharException
 
NULL_TREE_LOOKAHEAD - Static variable in class antlr.Token
 
numLexers - Variable in class antlr.DefineGrammarSymbols
 
numParsers - Variable in class antlr.DefineGrammarSymbols
 
numToConsume - Variable in class antlr.InputBuffer
 
numTreeParsers - Variable in class antlr.DefineGrammarSymbols
 

O

of(int) - Static method in class antlr.Lookahead
 
of(int) - Static method in class antlr.collections.impl.BitSet
 
oneOrMoreSubRule() - Method in class antlr.MakeGrammar
 
oneOrMoreSubRule() - Method in class antlr.DefineGrammarSymbols
 
oneOrMoreSubRule() - Method in interface antlr.ANTLRGrammarParseBehavior
 
openOutputFile(String) - Method in class antlr.Tool
This method is used by all code generators to create new output files.
optionalSubRule() - Method in class antlr.MakeGrammar
 
optionalSubRule() - Method in class antlr.DefineGrammarSymbols
 
optionalSubRule() - Method in interface antlr.ANTLRGrammarParseBehavior
 
options - Variable in class antlr.Grammar
 
options - Variable in class antlr.preprocessor.GrammarFile
 
optionsToString(IndexedVector) - Static method in class antlr.preprocessor.Hierarchy
 
or(BitSet) - Method in class antlr.collections.impl.BitSet
return this | a in a new set
original - Variable in class antlr.ASTIterator
 
orInPlace(BitSet) - Method in class antlr.collections.impl.BitSet
 
outputDir - Static variable in class antlr.Tool
Current output directory for generated files
outputFile - Variable in class antlr.CppCodeGenerator
 
outputLine - Variable in class antlr.CppCodeGenerator
 

P

panic() - Static method in class antlr.TreeParser
Deprecated. as of 2.7.2. This method calls System.exit() and writes directly to stderr, which is usually not appropriate when a parser is embedded into a larger application. Since the method is static, it cannot be overridden to avoid these problems. ANTLR no longer uses this method internally or in generated code.
panic() - Method in class antlr.Tool
Deprecated. as of 2.7.2 use Tool.fatalError(String). By default this method executes fatalError("panic");.
panic() - Static method in class antlr.Parser
Deprecated. as of 2.7.2. This method calls System.exit() and writes directly to stderr, which is usually not appropriate when a parser is embedded into a larger application. Since the method is static, it cannot be overridden to avoid these problems. ANTLR no longer uses this method internally or in generated code.
panic() - Method in class antlr.CharScanner
 
panic(String) - Method in class antlr.Tool
Deprecated. as of 2.7.2 use Tool.fatalError(String). By defaykt this method executes fatalError("panic: " + s);.
panic(String) - Method in class antlr.CharScanner
This method is executed by ANTLR internally when it detected an illegal state that cannot be recovered from.
parent(File) - Method in class antlr.Tool
 
parse() - Method in class de.zeigermann.xpa.XMLFragmentParser
Parses the full XML document defined as input by constructor and notifies handler set by XMLFragmentParser.setHandler(de.zeigermann.xpa.XMLFragmentHandler) or constructor upon identified XML tokens.
parse(InputSource) - Method in class de.zeigermann.xpa.treeParser.SAXDrivenASTParser
Parses a XML from an input source
parse(InputStream) - Method in class de.zeigermann.xpa.XMLTokenTypeManager
Parses that token type definition in text format generated by ANTLR using input stream in as input.
parse(InputStream) - Method in class de.zeigermann.xpa.treeParser.XMLFragmentDrivenASTParser
Parses a XML from an input stream
parse(InputStream) - Method in class de.zeigermann.xpa.treeParser.SAXDrivenASTParser
Parses a XML from an input stream
parse(InputStream) - Method in class de.zeigermann.xpa.treeParser.Parser2XMLASTAdapter
Parses a XML from an input stream
parse(Reader) - Method in class de.zeigermann.xpa.treeParser.XMLFragmentDrivenASTParser
Parses a XML from a reader.
parse(Reader) - Method in class de.zeigermann.xpa.treeParser.SAXDrivenASTParser
Parses a XML from a reader.
parse(Reader) - Method in class de.zeigermann.xpa.treeParser.Parser2XMLASTAdapter
Parses a XML from a reader.
parse(String) - Method in class de.zeigermann.xpa.treeParser.Parser2XMLASTAdapter
Parses a XML from a string.
parse(String) - Method in class antlr.NameSpace
Parse a C++ namespace declaration into seperate names splitting on :: We could easily parameterize this to make the delimiter a language-specific parameter, or use subclasses to support C++ namespaces versus java packages.
parse(XMLFragmentHandler) - Method in class de.zeigermann.xpa.XMLFragmentParser
Parses the full XML document defined as input by constructor and notifies handler upon identified XML tokens.
parse(XMLFragmentParser) - Method in class de.zeigermann.xpa.treeParser.XMLFragmentDrivenASTParser
Parses a XML using a fully initialized parser.
parser - Variable in class de.zeigermann.xpa.treeParser.XMLASTFactory
 
Parser - class antlr.Parser.
 
Parser() - Constructor for class antlr.Parser
 
Parser(ParserSharedInputState) - Constructor for class antlr.Parser
 
Parser2XMLASTAdapter - class de.zeigermann.xpa.treeParser.Parser2XMLASTAdapter.
This abstract class is the superclass of all parser classes that generate XMLASTs that are useable by XPA.
Parser2XMLASTAdapter(XMLTokenTypeManager) - Constructor for class de.zeigermann.xpa.treeParser.Parser2XMLASTAdapter
Creates a new adapter using tokenManager.
Parser2XMLTokenStreamAdapter - class de.zeigermann.xpa.tokenParser.Parser2XMLTokenStreamAdapter.
This abstract class provides base functionality to adapt XML parsers to a token stream needed by ANTLR genrated (token) parsers.
Parser2XMLTokenStreamAdapter(XMLTokenTypeManager) - Constructor for class de.zeigermann.xpa.tokenParser.Parser2XMLTokenStreamAdapter
Creates a new adapter using tokenManager.
ParserAdapter - class antlr.debug.ParserAdapter.
 
ParserAdapter() - Constructor for class antlr.debug.ParserAdapter
 
parserConsume(ParserTokenEvent) - Method in interface antlr.debug.ParserTokenListener
 
parserConsume(ParserTokenEvent) - Method in class antlr.debug.ParserTokenAdapter
 
parserConsume(ParserTokenEvent) - Method in class antlr.debug.ParserReporter
 
parserConsume(ParserTokenEvent) - Method in class antlr.debug.ParserAdapter
 
ParserController - interface antlr.debug.ParserController.
 
parserEventSupport - Variable in class antlr.debug.LLkDebuggingParser
 
ParserEventSupport - class antlr.debug.ParserEventSupport.
A class to assist in firing parser events NOTE: I intentionally _did_not_ synchronize the event firing and add/remove listener methods.
ParserEventSupport(Object) - Constructor for class antlr.debug.ParserEventSupport
 
parserLA(ParserTokenEvent) - Method in interface antlr.debug.ParserTokenListener
 
parserLA(ParserTokenEvent) - Method in class antlr.debug.ParserTokenAdapter
 
parserLA(ParserTokenEvent) - Method in class antlr.debug.ParserReporter
 
parserLA(ParserTokenEvent) - Method in class antlr.debug.ParserAdapter
 
ParserListener - interface antlr.debug.ParserListener.
 
parserMatch(ParserMatchEvent) - Method in class antlr.debug.ParserReporter
 
parserMatch(ParserMatchEvent) - Method in interface antlr.debug.ParserMatchListener
 
parserMatch(ParserMatchEvent) - Method in class antlr.debug.ParserMatchAdapter
 
parserMatch(ParserMatchEvent) - Method in class antlr.debug.ParserAdapter
 
ParserMatchAdapter - class antlr.debug.ParserMatchAdapter.
 
ParserMatchAdapter() - Constructor for class antlr.debug.ParserMatchAdapter
 
ParserMatchEvent - class antlr.debug.ParserMatchEvent.
 
ParserMatchEvent(Object) - Constructor for class antlr.debug.ParserMatchEvent
 
ParserMatchEvent(Object, int, int, Object, String, int, boolean, boolean) - Constructor for class antlr.debug.ParserMatchEvent
 
ParserMatchListener - interface antlr.debug.ParserMatchListener.
 
parserMatchNot(ParserMatchEvent) - Method in class antlr.debug.ParserReporter
 
parserMatchNot(ParserMatchEvent) - Method in interface antlr.debug.ParserMatchListener
 
parserMatchNot(ParserMatchEvent) - Method in class antlr.debug.ParserMatchAdapter
 
parserMatchNot(ParserMatchEvent) - Method in class antlr.debug.ParserAdapter
 
parserMismatch(ParserMatchEvent) - Method in class antlr.debug.ParserReporter
 
parserMismatch(ParserMatchEvent) - Method in interface antlr.debug.ParserMatchListener
 
parserMismatch(ParserMatchEvent) - Method in class antlr.debug.ParserMatchAdapter
 
parserMismatch(ParserMatchEvent) - Method in class antlr.debug.ParserAdapter
 
parserMismatchNot(ParserMatchEvent) - Method in class antlr.debug.ParserReporter
 
parserMismatchNot(ParserMatchEvent) - Method in interface antlr.debug.ParserMatchListener
 
parserMismatchNot(ParserMatchEvent) - Method in class antlr.debug.ParserMatchAdapter
 
parserMismatchNot(ParserMatchEvent) - Method in class antlr.debug.ParserAdapter
 
ParserReporter - class antlr.debug.ParserReporter.
 
ParserReporter() - Constructor for class antlr.debug.ParserReporter
 
ParserRoot - Variable in class antlr.preprocessor.Hierarchy
 
ParserSharedInputState - class antlr.ParserSharedInputState.
This object contains the data associated with an input stream of tokens.
ParserSharedInputState() - Constructor for class antlr.ParserSharedInputState
 
ParserTokenAdapter - class antlr.debug.ParserTokenAdapter.
 
ParserTokenAdapter() - Constructor for class antlr.debug.ParserTokenAdapter
 
ParserTokenEvent - class antlr.debug.ParserTokenEvent.
 
ParserTokenEvent(Object) - Constructor for class antlr.debug.ParserTokenEvent
 
ParserTokenEvent(Object, int, int, int) - Constructor for class antlr.debug.ParserTokenEvent
 
ParserTokenListener - interface antlr.debug.ParserTokenListener.
 
parseSeparatedList(String, char) - Static method in class antlr.Tool
Parse a list such as "f1.g;f2.g;..." and return a Vector of the elements.
patchlevel - Static variable in class antlr.Version
 
pathToFile(String) - Method in class antlr.Tool
given a filename, strip off the directory prefix (if any) and return it.
PCDATA - Static variable in class de.zeigermann.xpa.XMLTokenTypeManager
This is the name of the token that should be used for parseable character data.
pcdata(String) - Method in interface de.zeigermann.xpa.XMLFragmentHandler
Receives notification of parseable character data.
pcdata(String) - Method in class de.zeigermann.xpa.DefaultXMLFragmentHandler
 
PI - Static variable in class de.zeigermann.xpa.XMLTokenTypeManager
This is the name of the token that should be used for processing instructions (unused, but reserved for future extensions).
pi(String, AttributesImpl) - Method in interface de.zeigermann.xpa.XMLFragmentHandler
Receives notification of a processing instruction.
pi(String, AttributesImpl) - Method in class de.zeigermann.xpa.DefaultXMLFragmentHandler
 
pop() - Method in class antlr.TokenStreamSelector
 
pop() - Method in interface antlr.collections.Stack
 
pop() - Method in class antlr.collections.impl.LList
Pop the top element of the stack off.
preambleAction - Variable in class antlr.Grammar
 
PREDICTING - Static variable in class antlr.debug.SemanticPredicateEvent
 
prepareForAnalysis() - Method in class antlr.RuleBlock
 
preprocess() - Method in class antlr.preprocessor.Tool
 
preprocessedArgList() - Method in class antlr.preprocessor.Tool
create new arg list with correct length to pass to ANTLR
PreservingFileWriter - class antlr.PreservingFileWriter.
PreservingFileWriter only overwrites target if the new file is different.
PreservingFileWriter(String) - Constructor for class antlr.PreservingFileWriter
 
prevAltElem - Variable in class antlr.HTMLCodeGenerator
 
prevAltElem - Variable in class antlr.DocBookCodeGenerator
 
print(String) - Method in class antlr.CodeGenerator
Output tab indent followed by a String, to the currentOutput stream.
printAction(String) - Method in class antlr.CodeGenerator
Print an action with leading tabs, attempting to preserve the current indentation level for multi-line actions Ignored if string is null.
printAction(Token) - Method in class antlr.CppCodeGenerator
Print an action stored in a token surrounded by #line stuff
printHeaderAction(String) - Method in class antlr.CppCodeGenerator
Print a header action by #line stuff also process any tree construction
println(String) - Method in class antlr.CppCodeGenerator
Output tab indent followed by a String followed by newline, to the currentOutput stream.
println(String) - Method in class antlr.CodeGenerator
Output tab indent followed by a String followed by newline, to the currentOutput stream.
printSet(int, int, Lookahead) - Method in class antlr.HTMLCodeGenerator
Format a lookahead or follow set.
printSet(int, int, Lookahead) - Method in class antlr.DocBookCodeGenerator
Format a lookahead or follow set.
printSet(int, int, Lookahead) - Method in class antlr.DiagnosticCodeGenerator
Format a lookahead or follow set.
printTabs() - Method in class antlr.CodeGenerator
Output the current tab indentation.
processActionForSpecialSymbols(String, int, RuleBlock, ActionTransInfo) - Method in class antlr.JavaCodeGenerator
Lexically process $var and tree-specifiers in the action.
processActionForSpecialSymbols(String, int, RuleBlock, ActionTransInfo) - Method in class antlr.HTMLCodeGenerator
 
processActionForSpecialSymbols(String, int, RuleBlock, ActionTransInfo) - Method in class antlr.DocBookCodeGenerator
 
processActionForSpecialSymbols(String, int, RuleBlock, ActionTransInfo) - Method in class antlr.DiagnosticCodeGenerator
 
processActionForSpecialSymbols(String, int, RuleBlock, ActionTransInfo) - Method in class antlr.CSharpCodeGenerator
Lexically process tree-specifiers in the action.
processActionForSpecialSymbols(String, int, RuleBlock, ActionTransInfo) - Method in class antlr.CppCodeGenerator
Lexically process tree-specifiers in the action.
processActionForSpecialSymbols(String, int, RuleBlock, ActionTransInfo) - Method in class antlr.CodeGenerator
Lexically process $ and # references within the action.
processArguments(String[]) - Method in class antlr.Tool
Process the command-line arguments.
processArguments(String[]) - Method in class antlr.Grammar
Process command line arguments.
processStringForASTConstructor(String) - Method in class antlr.CSharpCodeGenerator
Process a string for an simple expression for use in xx/action.g it is used to cast simple tokens/references to the right type for the generated language.
processStringForASTConstructor(String) - Method in class antlr.CppCodeGenerator
Process a string for an simple expression for use in xx/action.g it is used to cast simple tokens/references to the right type for the generated language.
processStringForASTConstructor(String) - Method in class antlr.CodeGenerator
Process a string for an simple expression for use in xx/action.g it is used to cast simple tokens/references to the right type for the generated language.
project_version - Static variable in class antlr.Version
 
pullNextToken() - Method in class de.zeigermann.xpa.XMLFragmentParser
Requests the next token notifying event to handler set by XMLFragmentParser.setHandler(de.zeigermann.xpa.XMLFragmentHandler).
push(Object) - Method in interface antlr.collections.Stack
 
push(Object) - Method in class antlr.collections.impl.LList
Push an object onto the stack.
push(String) - Method in class antlr.TokenStreamSelector
 
push(TokenStream) - Method in class antlr.TokenStreamSelector
 

Q

queue - Variable in class antlr.InputBuffer
 
queue(Token) - Method in class de.zeigermann.xpa.tokenParser.LinkedListTokenQueue
Adds a token to this queue.
queue(Token) - Method in class de.zeigermann.xpa.tokenParser.BlockingLinkedListTokenQueue
Adds a token to this queue.

R

RANGE - Static variable in class antlr.MismatchedTokenException
 
RANGE - Static variable in class antlr.MismatchedCharException
 
readGrammarFile(String) - Method in class antlr.preprocessor.Hierarchy
 
recog - Variable in class antlr.TokenStreamRecognitionException
 
RecognitionException - exception antlr.RecognitionException.
 
RecognitionException() - Constructor for class antlr.RecognitionException
 
RecognitionException(String) - Constructor for class antlr.RecognitionException
RecognitionException constructor comment.
RecognitionException(String, String, int) - Constructor for class antlr.RecognitionException
Deprecated. As of ANTLR 2.7.2 use #RecognitionException(char, String, int, int)
RecognitionException(String, String, int, int) - Constructor for class antlr.RecognitionException
RecognitionException constructor comment.
refAction(Token) - Method in class antlr.MakeGrammar
 
refAction(Token) - Method in class antlr.DefineGrammarSymbols
 
refAction(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
refArgAction(Token) - Method in class antlr.MakeGrammar
 
refArgAction(Token) - Method in class antlr.DefineGrammarSymbols
 
refArgAction(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
refCharLiteral(Token, Token, boolean, int, boolean) - Method in class antlr.MakeGrammar
 
refCharLiteral(Token, Token, boolean, int, boolean) - Method in class antlr.DefineGrammarSymbols
 
refCharLiteral(Token, Token, boolean, int, boolean) - Method in interface antlr.ANTLRGrammarParseBehavior
 
refCharRange(Token, Token, Token, int, boolean) - Method in class antlr.MakeGrammar
 
refCharRange(Token, Token, Token, int, boolean) - Method in class antlr.DefineGrammarSymbols
 
refCharRange(Token, Token, Token, int, boolean) - Method in interface antlr.ANTLRGrammarParseBehavior
 
refElementOption(Token, Token) - Method in class antlr.MakeGrammar
 
refElementOption(Token, Token) - Method in class antlr.DefineGrammarSymbols
 
refElementOption(Token, Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
refExceptionHandler(Token, Token) - Method in class antlr.MakeGrammar
Add an exception handler to an exception spec
refExceptionHandler(Token, Token) - Method in class antlr.DefineGrammarSymbols
 
refExceptionHandler(Token, Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
refHeaderAction(Token, Token) - Method in class antlr.DefineGrammarSymbols
 
refHeaderAction(Token, Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
refInitAction(Token) - Method in class antlr.MakeGrammar
 
refInitAction(Token) - Method in class antlr.DefineGrammarSymbols
 
refInitAction(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
refMemberAction(Token) - Method in class antlr.MakeGrammar
 
refMemberAction(Token) - Method in class antlr.DefineGrammarSymbols
 
refMemberAction(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
refPreambleAction(Token) - Method in class antlr.MakeGrammar
 
refPreambleAction(Token) - Method in class antlr.DefineGrammarSymbols
 
refPreambleAction(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
refresh() - Method in class antlr.debug.TraceAdapter
 
refresh() - Method in class antlr.debug.SyntacticPredicateAdapter
 
refresh() - Method in class antlr.debug.SemanticPredicateAdapter
 
refresh() - Method in class antlr.debug.ParserTokenAdapter
 
refresh() - Method in class antlr.debug.ParserMatchAdapter
 
refresh() - Method in class antlr.debug.ParserAdapter
 
refresh() - Method in class antlr.debug.MessageAdapter
 
refresh() - Method in interface antlr.debug.ListenerBase
 
refresh() - Method in class antlr.debug.InputBufferReporter
refresh method comment.
refresh() - Method in class antlr.debug.InputBufferAdapter
 
refresh(Vector) - Method in class antlr.debug.ParserEventSupport
 
refresh(Vector) - Method in class antlr.debug.InputBufferEventSupport
 
refreshListeners() - Method in class antlr.debug.ParserEventSupport
 
refreshListeners() - Method in class antlr.debug.InputBufferEventSupport
 
refReturnAction(Token) - Method in class antlr.MakeGrammar
 
refReturnAction(Token) - Method in class antlr.DefineGrammarSymbols
 
refReturnAction(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
refRule(Token, Token, Token, Token, int) - Method in class antlr.MakeGrammar
 
refRule(Token, Token, Token, Token, int) - Method in class antlr.DefineGrammarSymbols
 
refRule(Token, Token, Token, Token, int) - Method in interface antlr.ANTLRGrammarParseBehavior
 
refRuleRoot - Variable in class antlr.ActionTransInfo
 
refSemPred(Token) - Method in class antlr.MakeGrammar
 
refSemPred(Token) - Method in class antlr.DefineGrammarSymbols
 
refSemPred(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
refStringLiteral(Token, Token, int, boolean) - Method in class antlr.MakeGrammar
 
refStringLiteral(Token, Token, int, boolean) - Method in class antlr.DefineGrammarSymbols
 
refStringLiteral(Token, Token, int, boolean) - Method in interface antlr.ANTLRGrammarParseBehavior
 
refToken(Token, Token, Token, Token, boolean, int, boolean) - Method in class antlr.MakeGrammar
 
refToken(Token, Token, Token, Token, boolean, int, boolean) - Method in class antlr.DefineGrammarSymbols
Reference a token
refToken(Token, Token, Token, Token, boolean, int, boolean) - Method in interface antlr.ANTLRGrammarParseBehavior
 
refTokenRange(Token, Token, Token, int, boolean) - Method in class antlr.MakeGrammar
 
refTokenRange(Token, Token, Token, int, boolean) - Method in class antlr.DefineGrammarSymbols
 
refTokenRange(Token, Token, Token, int, boolean) - Method in interface antlr.ANTLRGrammarParseBehavior
 
refTokensSpecElementOption(Token, Token, Token) - Method in class antlr.MakeGrammar
 
refTokensSpecElementOption(Token, Token, Token) - Method in class antlr.DefineGrammarSymbols
 
refTokensSpecElementOption(Token, Token, Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
refTreeSpecifier(Token) - Method in class antlr.MakeGrammar
 
refTreeSpecifier(Token) - Method in class antlr.DefineGrammarSymbols
 
refTreeSpecifier(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
refWildcard(Token, Token, int) - Method in class antlr.MakeGrammar
 
refWildcard(Token, Token, int) - Method in class antlr.DefineGrammarSymbols
 
refWildcard(Token, Token, int) - Method in interface antlr.ANTLRGrammarParseBehavior
 
remove(int) - Method in class antlr.collections.impl.BitSet
 
removeAssignmentFromDeclaration(String) - Method in class antlr.CodeGenerator
Remove the assignment portion of a declaration, if any.
removeChildren() - Method in class antlr.BaseAST
Remove all children
removeDoneListener(ListenerBase) - Method in class antlr.debug.ParserEventSupport
 
removeElement(Object) - Method in class antlr.collections.impl.Vector
 
removeElement(Object) - Method in class antlr.collections.impl.IndexedVector
remove element referred to by key NOT value; return false if not found.
removeFirst() - Method in class antlr.CharQueue
Remove char from front of queue
removeInputBufferListener(InputBufferListener) - Method in class antlr.debug.InputBufferEventSupport
 
removeInputBufferListener(InputBufferListener) - Method in class antlr.debug.DebuggingInputBuffer
 
removeMessageListener(MessageListener) - Method in class antlr.Parser
 
removeMessageListener(MessageListener) - Method in class antlr.debug.ParserEventSupport
 
removeMessageListener(MessageListener) - Method in class antlr.debug.LLkDebuggingParser
 
removeMessageListener(MessageListener) - Method in class antlr.debug.DebuggingCharScanner
 
removeNewLineListener(NewLineListener) - Method in class antlr.debug.ParserEventSupport
 
removeNewLineListener(NewLineListener) - Method in class antlr.debug.DebuggingCharScanner
 
removeParserListener(ParserListener) - Method in class antlr.Parser
 
removeParserListener(ParserListener) - Method in class antlr.debug.ParserEventSupport
 
removeParserListener(ParserListener) - Method in class antlr.debug.LLkDebuggingParser
 
removeParserListener(ParserListener) - Method in class antlr.debug.DebuggingCharScanner
 
removeParserMatchListener(ParserMatchListener) - Method in class antlr.Parser
 
removeParserMatchListener(ParserMatchListener) - Method in class antlr.debug.ParserEventSupport
 
removeParserMatchListener(ParserMatchListener) - Method in class antlr.debug.LLkDebuggingParser
 
removeParserMatchListener(ParserMatchListener) - Method in class antlr.debug.DebuggingCharScanner
 
removeParserTokenListener(ParserTokenListener) - Method in class antlr.Parser
 
removeParserTokenListener(ParserTokenListener) - Method in class antlr.debug.ParserEventSupport
 
removeParserTokenListener(ParserTokenListener) - Method in class antlr.debug.LLkDebuggingParser
 
removeParserTokenListener(ParserTokenListener) - Method in class antlr.debug.DebuggingCharScanner
 
removeSemanticPredicateListener(SemanticPredicateListener) - Method in class antlr.Parser
 
removeSemanticPredicateListener(SemanticPredicateListener) - Method in class antlr.debug.ParserEventSupport
 
removeSemanticPredicateListener(SemanticPredicateListener) - Method in class antlr.debug.LLkDebuggingParser
 
removeSemanticPredicateListener(SemanticPredicateListener) - Method in class antlr.debug.DebuggingCharScanner
 
removeSyntacticPredicateListener(SyntacticPredicateListener) - Method in class antlr.Parser
 
removeSyntacticPredicateListener(SyntacticPredicateListener) - Method in class antlr.debug.ParserEventSupport
 
removeSyntacticPredicateListener(SyntacticPredicateListener) - Method in class antlr.debug.LLkDebuggingParser
 
removeSyntacticPredicateListener(SyntacticPredicateListener) - Method in class antlr.debug.DebuggingCharScanner
 
removeTraceListener(TraceListener) - Method in class antlr.Parser
 
removeTraceListener(TraceListener) - Method in class antlr.debug.ParserEventSupport
 
removeTraceListener(TraceListener) - Method in class antlr.debug.LLkDebuggingParser
 
removeTraceListener(TraceListener) - Method in class antlr.debug.DebuggingCharScanner
 
removeTreeModelListener(TreeModelListener) - Method in class antlr.debug.misc.JTreeASTModel
 
REPORT_ERROR - Static variable in class antlr.debug.ParserEventSupport
 
REPORT_WARNING - Static variable in class antlr.debug.ParserEventSupport
 
reportError(MessageEvent) - Method in class antlr.debug.ParserReporter
 
reportError(MessageEvent) - Method in class antlr.debug.ParserAdapter
 
reportError(MessageEvent) - Method in interface antlr.debug.MessageListener
 
reportError(MessageEvent) - Method in class antlr.debug.MessageAdapter
 
reportError(MismatchedCharException) - Method in class antlr.debug.DebuggingCharScanner
Report exception errors caught in nextToken()
reportError(RecognitionException) - Method in class antlr.TreeParser
Parser error-reporting function can be overridden in subclass
reportError(RecognitionException) - Method in class antlr.Parser
Parser error-reporting function can be overridden in subclass
reportError(RecognitionException) - Method in class antlr.CharScanner
Parser error-reporting function can be overridden in subclass
reportError(RecognitionException) - Method in class antlr.debug.LLkDebuggingParser
Parser error-reporting function can be overridden in subclass
reportError(String) - Method in class antlr.TreeParser
Parser error-reporting function can be overridden in subclass
reportError(String) - Method in class antlr.Parser
Parser error-reporting function can be overridden in subclass
reportError(String) - Method in class antlr.CharScanner
Parser error-reporting function can be overridden in subclass
reportError(String) - Method in class antlr.debug.LLkDebuggingParser
Parser error-reporting function can be overridden in subclass
reportError(String) - Method in class antlr.debug.DebuggingCharScanner
Parser error-reporting function can be overridden in subclass
reportException(Exception, String) - Method in class antlr.Tool
 
reportProgress(String) - Method in class antlr.Tool
 
reportWarning(MessageEvent) - Method in class antlr.debug.ParserReporter
 
reportWarning(MessageEvent) - Method in class antlr.debug.ParserAdapter
 
reportWarning(MessageEvent) - Method in interface antlr.debug.MessageListener
 
reportWarning(MessageEvent) - Method in class antlr.debug.MessageAdapter
 
reportWarning(String) - Method in class antlr.TreeParser
Parser warning-reporting function can be overridden in subclass
reportWarning(String) - Method in class antlr.Parser
Parser warning-reporting function can be overridden in subclass
reportWarning(String) - Method in class antlr.CharScanner
Parser warning-reporting function can be overridden in subclass
reportWarning(String) - Method in class antlr.debug.LLkDebuggingParser
Parser warning-reporting function can be overridden in subclass
reportWarning(String) - Method in class antlr.debug.DebuggingCharScanner
Parser warning-reporting function can be overridden in subclass
reset() - Method in class antlr.TokenBuffer
Reset the input buffer to empty state
reset() - Method in class antlr.ParserSharedInputState
 
reset() - Method in class antlr.MakeGrammar
Get ready to process a new grammar
reset() - Method in class antlr.LexerSharedInputState
 
reset() - Method in class antlr.InputBuffer
Reset the input buffer
reset() - Method in class antlr.DefineGrammarSymbols
Get ready to process a new grammar
reset() - Method in class antlr.CharQueue
Clear the queue.
resetEpsilon() - Method in class antlr.Lookahead
 
resetText() - Method in class antlr.CharScanner
 
retry() - Method in class antlr.TokenStreamSelector
Abort recognition of current Token and try again.
returnAction - Variable in class antlr.RuleBlock
 
returnAST - Variable in class antlr.TreeParser
AST return value for a rule is squirreled away here
returnAST - Variable in class antlr.Parser
AST return value for a rule is squirreled away here
reverseFlat() - Method in class de.zeigermann.xpa.treeParser.XMLAST
Destructive method that reverses a flat tree.
reverseLexerRuleName(String) - Static method in class antlr.CodeGenerator
 
REWIND - Static variable in class antlr.debug.InputBufferEventSupport
 
REWIND - Static variable in class antlr.debug.InputBufferEvent
 
rewind(int) - Method in class antlr.TokenBuffer
Rewind the token buffer to a marker.
rewind(int) - Method in class antlr.Parser
 
rewind(int) - Method in class antlr.InputBuffer
Rewind the character buffer to a marker.
rewind(int) - Method in class antlr.CharScanner
 
rewind(int) - Method in class antlr.debug.DebuggingInputBuffer
 
right - Variable in class antlr.BaseAST
 
root - Variable in class antlr.ASTPair
 
ruleBlock - Variable in class antlr.MakeGrammar
 
RuleBlock - class antlr.RuleBlock.
A list of alternatives and info contained in the rule definition.
RuleBlock(Grammar, String) - Constructor for class antlr.RuleBlock
Construct a named rule.
RuleBlock(Grammar, String, int, boolean) - Constructor for class antlr.RuleBlock
Construct a named rule with line number information
ruleEnd - Variable in class antlr.MakeGrammar
 
ruleName - Variable in class antlr.RuleBlock
 
ruleNames - Variable in class antlr.debug.LLkDebuggingParser
 
ruleNames - Variable in class antlr.debug.DebuggingCharScanner
 
rules - Variable in class antlr.Grammar
 

S

saveConsumedInput - Variable in class antlr.CharScanner
 
saveText - Variable in class antlr.JavaCodeGenerator
 
saveText - Variable in class antlr.CSharpCodeGenerator
 
saveText - Variable in class antlr.CppCodeGenerator
 
SAXDrivenASTParser - class de.zeigermann.xpa.treeParser.SAXDrivenASTParser.
This class is an AST generating parser driven an underlying SAX parser.
SAXDrivenASTParser(XMLTokenTypeManager) - Constructor for class de.zeigermann.xpa.treeParser.SAXDrivenASTParser
Creates a new parser using tokenManager.
SAXDrivenTokenStream - class de.zeigermann.xpa.tokenParser.SAXDrivenTokenStream.
This class is a token stream parser driven by an underlying SAX parser.
SAXDrivenTokenStream(XMLTokenTypeManager, InputSource) - Constructor for class de.zeigermann.xpa.tokenParser.SAXDrivenTokenStream
Creates a new token stream parser.
scanner - Variable in class antlr.MismatchedCharException
 
select(String) - Method in class antlr.TokenStreamSelector
 
select(TokenStream) - Method in class antlr.TokenStreamSelector
Set the stream without pushing old stream
SemanticException - exception antlr.SemanticException.
 
SemanticException(String) - Constructor for class antlr.SemanticException
 
SemanticException(String, String, int) - Constructor for class antlr.SemanticException
Deprecated. As of ANTLR 2.7.2 use #SemanticException(char, String, int, int)
SemanticException(String, String, int, int) - Constructor for class antlr.SemanticException
 
SemanticPredicateAdapter - class antlr.debug.SemanticPredicateAdapter.
 
SemanticPredicateAdapter() - Constructor for class antlr.debug.SemanticPredicateAdapter
 
semanticPredicateEvaluated(SemanticPredicateEvent) - Method in interface antlr.debug.SemanticPredicateListener
 
semanticPredicateEvaluated(SemanticPredicateEvent) - Method in class antlr.debug.SemanticPredicateAdapter
 
semanticPredicateEvaluated(SemanticPredicateEvent) - Method in class antlr.debug.ParserReporter
 
semanticPredicateEvaluated(SemanticPredicateEvent) - Method in class antlr.debug.ParserAdapter
 
SemanticPredicateEvent - class antlr.debug.SemanticPredicateEvent.
 
SemanticPredicateEvent(Object) - Constructor for class antlr.debug.SemanticPredicateEvent
 
SemanticPredicateEvent(Object, int) - Constructor for class antlr.debug.SemanticPredicateEvent
 
SemanticPredicateListener - interface antlr.debug.SemanticPredicateListener.
 
SEMPRED - Static variable in class antlr.debug.ParserEventSupport
 
semPredNames - Variable in class antlr.debug.LLkDebuggingParser
 
semPredNames - Variable in class antlr.debug.DebuggingCharScanner
 
set - Variable in class antlr.MismatchedTokenException
 
set - Variable in class antlr.MismatchedCharException
 
SET - Static variable in class antlr.MismatchedTokenException
 
SET - Static variable in class antlr.MismatchedCharException
 
setAnalyzer(LLkGrammarAnalyzer) - Method in class antlr.CodeGenerator
 
setArgOfRuleRef(Token) - Method in class antlr.MakeGrammar
 
setArgOfRuleRef(Token) - Method in class antlr.DefineGrammarSymbols
 
setArgOfRuleRef(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
setArgOK(int) - Method in class antlr.Tool
 
setASTFactory(ASTFactory) - Method in class antlr.TreeParser
Specify an object with support code (shared by Parser and TreeParser.
setASTFactory(ASTFactory) - Method in class antlr.Parser
Specify an object with support code (shared by Parser and TreeParser.
setASTNodeClass(String) - Method in class antlr.TreeParser
Specify the type of node to create during tree building
setASTNodeClass(String) - Method in class antlr.Parser
 
setASTNodeClass(String) - Method in class antlr.ASTFactory
 
setASTNodeType(String) - Method in class antlr.TreeParser
Deprecated. since 2.7.2
setASTNodeType(String) - Method in class antlr.Parser
Deprecated. since 2.7.1
setASTNodeType(String) - Method in class antlr.ASTFactory
Deprecated. since 2.7.1
setAttributes(AttributesImpl) - Method in class de.zeigermann.xpa.treeParser.XMLStartAST
Sets attributes associated to this tag.
setBehavior(DefineGrammarSymbols) - Method in class antlr.CodeGenerator
 
setBlock(AlternativeBlock, AlternativeBlock) - Static method in class antlr.MakeGrammar
 
setBuffer(char[], int) - Method in class antlr.ANTLRHashString
 
setCaseSensitive(boolean) - Method in class antlr.CharScanner
 
setCharAt(int, char) - Method in class antlr.ANTLRStringBuffer
 
setCharVocabulary(BitSet) - Method in class antlr.DefineGrammarSymbols
Set the character vocabulary for a lexer
setCharVocabulary(BitSet) - Method in interface antlr.ANTLRGrammarParseBehavior
 
setCodeGenerator(CodeGenerator) - Method in class antlr.Grammar
 
setColumn(int) - Method in class antlr.Token
 
setColumn(int) - Method in class antlr.CommonToken
 
setColumn(int) - Method in class antlr.CharScanner
 
setCommitToPath(boolean) - Method in class antlr.CharScanner
 
setDebugMode(boolean) - Method in class antlr.Parser
 
setDebugMode(boolean) - Method in class antlr.debug.LLkDebuggingParser
 
setDebugMode(boolean) - Method in class antlr.debug.DebuggingInputBuffer
 
setDebugMode(boolean) - Method in class antlr.debug.DebuggingCharScanner
 
setDefaultErrorHandler(boolean) - Method in class antlr.RuleBlock
 
setElementAt(Object, int) - Method in class antlr.collections.impl.Vector
 
setEndElement(RuleEndElement) - Method in class antlr.RuleBlock
 
setEpsilon() - Method in class antlr.Lookahead
 
setError(Throwable) - Method in class de.zeigermann.xpa.tokenParser.BlockingLinkedListTokenQueue
Sets an error state to communicate to consumer thread via the BlockingLinkedListTokenQueue.dequeue() method.
setExpanded(boolean) - Method in class antlr.preprocessor.GrammarFile
 
setFileLineFormatter(FileLineFormatter) - Method in class antlr.Tool
 
setFilename(String) - Method in class de.zeigermann.xpa.tokenParser.XMLToken
Sets the file from which this token originally was generated.
setFilename(String) - Method in class antlr.Token
 
setFilename(String) - Method in class antlr.Parser
 
setFilename(String) - Method in class antlr.Grammar
 
setFilename(String) - Method in class antlr.CharScanner
 
setFileOption(Token, Token, String) - Method in class antlr.DefineGrammarSymbols
setFileOption: Associate an option value with a key.
setFileOption(Token, Token, String) - Method in interface antlr.ANTLRGrammarParseBehavior
 
setFirstChild(AST) - Method in class antlr.BaseAST
 
setFirstChild(AST) - Method in class antlr.ASTNULLType
 
setFirstChild(AST) - Method in interface antlr.collections.AST
Set the first child of a node.
setFormatter(FileLineFormatter) - Static method in class antlr.FileLineFormatter
 
setGrammar(Grammar) - Method in interface antlr.LLkGrammarAnalyzer
 
setGrammar(Grammar) - Method in class antlr.LLkAnalyzer
Set the grammar for the analyzer
setGrammar(Grammar) - Method in class antlr.CodeGenerator
Set a grammar for the code generator to use
setGrammarAnalyzer(LLkGrammarAnalyzer) - Method in class antlr.Grammar
 
setGrammarOption(Token, Token) - Method in class antlr.DefineGrammarSymbols
setGrammarOption: Associate an option value with a key.
setGrammarOption(Token, Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
setHandler(XMLFragmentHandler) - Method in class de.zeigermann.xpa.XMLFragmentParser
Sets the handler to be notified upon identified XML tokens.
setHiddenAfter(CommonHiddenStreamToken) - Method in class antlr.CommonHiddenStreamToken
 
setHiddenBefore(CommonHiddenStreamToken) - Method in class antlr.CommonHiddenStreamToken
 
setIgnoreAllWhiteSpace(boolean) - Method in class de.zeigermann.xpa.tokenParser.Parser2XMLTokenStreamAdapter
Sets if all whitespace is ignored.
setIgnoreAllWhiteSpace(boolean) - Method in class de.zeigermann.xpa.treeParser.Parser2XMLASTAdapter
Sets if all whitespace is ignored.
setIgnoreInvalidDebugCalls(boolean) - Method in class antlr.Parser
 
setInputState(LexerSharedInputState) - Method in class antlr.CharScanner
 
setInputState(ParserSharedInputState) - Method in class antlr.Parser
 
setLength(int) - Method in class antlr.ANTLRStringBuffer
 
setLine(int) - Method in class antlr.Token
 
setLine(int) - Method in class antlr.CommonToken
 
setLine(int) - Method in class antlr.CharScanner
 
setNameSpace(String) - Method in class antlr.Tool
Support C++ & C# namespaces (for now).
setNextSibling(AST) - Method in class antlr.BaseAST
 
setNextSibling(AST) - Method in class antlr.ASTNULLType
 
setNextSibling(AST) - Method in interface antlr.collections.AST
Set the next sibling after this one.
setNextToken(Token) - Method in class de.zeigermann.xpa.tokenParser.XMLFragmentDrivenTokenStream
Adds token to internal queue for later delivery by XMLFragmentDrivenTokenStream.nextToken().
setNextToken(Token) - Method in class de.zeigermann.xpa.tokenParser.SAXDrivenTokenStream
Adds a new token to the token queue.
setNextToken(Token) - Method in class de.zeigermann.xpa.tokenParser.Parser2XMLTokenStreamAdapter
Sets next token generated by adapter methods.
setOption(String, Token) - Method in class antlr.Grammar
Set a generic option.
setOption(Token, Token) - Method in class antlr.RuleBlock
 
setOptions(IndexedVector) - Method in class antlr.preprocessor.GrammarFile
 
setOutputDirectory(String) - Method in class antlr.Tool
 
setParser(Parser2XMLASTAdapter) - Method in class de.zeigermann.xpa.treeParser.XMLASTFactory
Sets the parser to create XMLASTs from strings.
setParserEventSupport(ParserEventSupport) - Method in interface antlr.debug.ParserController
 
setRuleOption(Token, Token) - Method in class antlr.MakeGrammar
 
setRuleOption(Token, Token) - Method in class antlr.DefineGrammarSymbols
 
setRuleOption(Token, Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
setString(String) - Method in class antlr.ANTLRHashString
 
setSubruleOption(Token, Token) - Method in class antlr.MakeGrammar
 
setSubruleOption(Token, Token) - Method in class antlr.DefineGrammarSymbols
 
setSubruleOption(Token, Token) - Method in interface antlr.ANTLRGrammarParseBehavior
 
setTabSize(int) - Method in class antlr.CharScanner
 
setText(String) - Method in class antlr.Token
 
setText(String) - Method in class antlr.CommonToken
 
setText(String) - Method in class antlr.CommonAST
Set the token text for this node
setText(String) - Method in class antlr.CharScanner
 
setText(String) - Method in class antlr.BaseAST
Set the token text for this node
setText(String) - Method in class antlr.ASTNULLType
 
setText(String) - Method in interface antlr.collections.AST
Set the token text for this node
setTokenBuffer(TokenBuffer) - Method in class antlr.Parser
Set or change the input token buffer
setTokenManager(TokenManager) - Method in class antlr.Grammar
 
setTokenObjectClass(String) - Method in class antlr.CharScanner
 
setTokenTypeASTNodeType(int, String) - Method in class antlr.ASTFactory
Specify an "override" for the Java AST object created for a specific token.
setTokenTypeToASTClassMap(Hashtable) - Method in class antlr.ASTFactory
 
setTool(Tool) - Method in class antlr.CodeGenerator
 
setTool(Tool) - Method in class antlr.preprocessor.Hierarchy
 
setTreatValidWhiteSpaceAsIgnorable(boolean) - Method in class de.zeigermann.xpa.tokenParser.Parser2XMLTokenStreamAdapter
Sets if valid whitespace is treated like ignoreable whitespace.
setTreatValidWhiteSpaceAsIgnorable(boolean) - Method in class de.zeigermann.xpa.treeParser.Parser2XMLASTAdapter
Sets if valid whitespace is treated like ignoreable whitespace.
setType(int) - Method in class antlr.Token
 
setType(int) - Method in class antlr.CommonAST
Set the token type for this node
setType(int) - Method in class antlr.BaseAST
Set the token type for this node
setType(int) - Method in class antlr.ASTNULLType
 
setType(int) - Method in interface antlr.collections.AST
Set the token type for this node
setupDebugging() - Method in class antlr.debug.DebuggingCharScanner
 
setupDebugging(TokenBuffer) - Method in class antlr.debug.LLkDebuggingParser
 
setupDebugging(TokenStream) - Method in class antlr.debug.LLkDebuggingParser
 
setupDebugging(TokenStream, TokenBuffer) - Method in class antlr.debug.LLkDebuggingParser
User can override to do their own debugging
setupOutput(String) - Method in class antlr.JavaCodeGenerator
This method exists so a subclass, namely VAJCodeGenerator, can open the file in its own evil way.
setupOutput(String) - Method in class antlr.CSharpCodeGenerator
This method exists so a subclass, namely VAJCodeGenerator, can open the file in its own evil way.
setUserExceptions(String) - Method in class antlr.MakeGrammar
 
setUserExceptions(String) - Method in class antlr.DefineGrammarSymbols
 
setUserExceptions(String) - Method in interface antlr.ANTLRGrammarParseBehavior
 
setVerboseStringConversion(boolean, String[]) - Static method in class antlr.BaseAST
 
setWildCardTag(String) - Method in class de.zeigermann.xpa.XMLTokenTypeManager
Sets the name of the token to be used as wildcard.
size - Variable in class antlr.collections.impl.ASTArray
 
size() - Method in class de.zeigermann.xpa.tokenParser.LinkedListTokenQueue
Gets the current size of the queue.
size() - Method in class de.zeigermann.xpa.tokenParser.BlockingLinkedListTokenQueue
Gets the current size of the queue.
size() - Method in class antlr.collections.impl.Vector
 
size() - Method in class antlr.collections.impl.IndexedVector
 
size() - Method in class antlr.collections.impl.BitSet
 
SKIP - Static variable in class antlr.Token
 
Stack - interface antlr.collections.Stack.
A simple stack definition; restrictive in that you cannot access arbitrary stack elements.
startElement(String, AttributesImpl) - Method in interface de.zeigermann.xpa.XMLFragmentHandler
Receives notification of the beginning of an element.
startElement(String, AttributesImpl) - Method in class de.zeigermann.xpa.DefaultXMLFragmentHandler
 
startFragment() - Method in interface de.zeigermann.xpa.XMLFragmentHandler
Receives notification of the beginning of a fragment.
startFragment() - Method in class de.zeigermann.xpa.DefaultXMLFragmentHandler
 
startLexer(String, Token, String, String) - Method in class antlr.DefineGrammarSymbols
Start a new lexer
startLexer(String, Token, String, String) - Method in interface antlr.ANTLRGrammarParseBehavior
 
startParser(String, Token, String, String) - Method in class antlr.DefineGrammarSymbols
Start a new parser
startParser(String, Token, String, String) - Method in interface antlr.ANTLRGrammarParseBehavior
 
startTreeWalker(String, Token, String, String) - Method in class antlr.DefineGrammarSymbols
Start a new tree-walker
startTreeWalker(String, Token, String, String) - Method in interface antlr.ANTLRGrammarParseBehavior
 
streamStack - Variable in class antlr.TokenStreamSelector
Used to track stack of input streams
STRING - Static variable in class antlr.debug.ParserMatchEvent
 
StringUtils - class antlr.StringUtils.
 
StringUtils() - Constructor for class antlr.StringUtils
 
stripBack(String, char) - Static method in class antlr.StringUtils
General-purpose utility function for removing characters from back of string
stripBack(String, String) - Static method in class antlr.StringUtils
General-purpose utility function for removing characters from back of string
stripFront(String, char) - Static method in class antlr.StringUtils
General-purpose utility function for removing characters from front of string
stripFront(String, String) - Static method in class antlr.StringUtils
General-purpose utility function for removing characters from front of string
stripFrontBack(String, String, String) - Static method in class antlr.StringUtils
General-purpose utility function for removing characters from the front and back of string
subruleCanBeInverted(AlternativeBlock, boolean) - Method in interface antlr.LLkGrammarAnalyzer
 
subruleCanBeInverted(AlternativeBlock, boolean) - Method in class antlr.LLkAnalyzer
 
subset(BitSet) - Method in class antlr.collections.impl.BitSet
Is this contained within a?
subtractInPlace(BitSet) - Method in class antlr.collections.impl.BitSet
Subtract the elements of 'a' from 'this' in-place.
subversion - Static variable in class antlr.Version
 
superClass - Variable in class antlr.Grammar
 
symbols - Variable in class antlr.Grammar
 
symbols - Variable in class antlr.preprocessor.Hierarchy
 
syncConsume() - Method in class antlr.InputBuffer
Sync up deferred consumption
SYNPRED_FAILED - Static variable in class antlr.debug.ParserEventSupport
 
SYNPRED_STARTED - Static variable in class antlr.debug.ParserEventSupport
 
SYNPRED_SUCCEEDED - Static variable in class antlr.debug.ParserEventSupport
 
synPred() - Method in class antlr.MakeGrammar
 
synPred() - Method in class antlr.DefineGrammarSymbols
 
synPred() - Method in interface antlr.ANTLRGrammarParseBehavior
 
SyntacticPredicateAdapter - class antlr.debug.SyntacticPredicateAdapter.
 
SyntacticPredicateAdapter() - Constructor for class antlr.debug.SyntacticPredicateAdapter
 
SyntacticPredicateEvent - class antlr.debug.SyntacticPredicateEvent.
 
SyntacticPredicateEvent(Object) - Constructor for class antlr.debug.SyntacticPredicateEvent
 
SyntacticPredicateEvent(Object, int) - Constructor for class antlr.debug.SyntacticPredicateEvent
 
syntacticPredicateFailed(SyntacticPredicateEvent) - Method in interface antlr.debug.SyntacticPredicateListener
 
syntacticPredicateFailed(SyntacticPredicateEvent) - Method in class antlr.debug.SyntacticPredicateAdapter
 
syntacticPredicateFailed(SyntacticPredicateEvent) - Method in class antlr.debug.ParserReporter
 
syntacticPredicateFailed(SyntacticPredicateEvent) - Method in class antlr.debug.ParserAdapter
 
SyntacticPredicateListener - interface antlr.debug.SyntacticPredicateListener.
 
syntacticPredicateStarted(SyntacticPredicateEvent) - Method in interface antlr.debug.SyntacticPredicateListener
 
syntacticPredicateStarted(SyntacticPredicateEvent) - Method in class antlr.debug.SyntacticPredicateAdapter
 
syntacticPredicateStarted(SyntacticPredicateEvent) - Method in class antlr.debug.ParserReporter
 
syntacticPredicateStarted(SyntacticPredicateEvent) - Method in class antlr.debug.ParserAdapter
 
syntacticPredicateSucceeded(SyntacticPredicateEvent) - Method in interface antlr.debug.SyntacticPredicateListener
 
syntacticPredicateSucceeded(SyntacticPredicateEvent) - Method in class antlr.debug.SyntacticPredicateAdapter
 
syntacticPredicateSucceeded(SyntacticPredicateEvent) - Method in class antlr.debug.ParserReporter
 
syntacticPredicateSucceeded(SyntacticPredicateEvent) - Method in class antlr.debug.ParserAdapter
 
syntacticPredLevel - Variable in class antlr.JavaCodeGenerator
 
syntacticPredLevel - Variable in class antlr.HTMLCodeGenerator
non-zero if inside syntactic predicate generation
syntacticPredLevel - Variable in class antlr.DocBookCodeGenerator
non-zero if inside syntactic predicate generation
syntacticPredLevel - Variable in class antlr.DiagnosticCodeGenerator
non-zero if inside syntactic predicate generation
syntacticPredLevel - Variable in class antlr.CSharpCodeGenerator
 
syntacticPredLevel - Variable in class antlr.CppCodeGenerator
 

T

tab() - Method in class antlr.CharScanner
advance the current column number by an appropriate amount according to tab size.
tabs - Variable in class antlr.CodeGenerator
Current tab indentation for code output
tabsize - Variable in class antlr.CharScanner
Tab chars are handled by tab() according to this value; override method to do anything weird with tabs.
tail - Variable in class antlr.collections.impl.LList
 
target_file - Variable in class antlr.PreservingFileWriter
 
tellEndDocument() - Method in class de.zeigermann.xpa.tokenParser.Parser2XMLTokenStreamAdapter
Tells this adapter that the XML document has now ended no no more call back will occur.
tellEndElement(String) - Method in class de.zeigermann.xpa.tokenParser.Parser2XMLTokenStreamAdapter
Tells this adapter to make an XMLEndToken out of an end tag.
tellEndElement(String) - Method in class de.zeigermann.xpa.treeParser.Parser2XMLASTAdapter
Tells this adapter to that the current element now closes.
tellPCDATA(String) - Method in class de.zeigermann.xpa.tokenParser.Parser2XMLTokenStreamAdapter
Tells this adapter to make an XMLToken out of parseable character data.
tellPCDATA(String) - Method in class de.zeigermann.xpa.treeParser.Parser2XMLASTAdapter
Tells this adapter to create an XMLAST out of parseable character data and link it to the tree returned by Parser2XMLASTAdapter.getAST().
tellStartDocument() - Method in class de.zeigermann.xpa.treeParser.Parser2XMLASTAdapter
Tells this adapter that the XML document has started.
tellStartElement(String, Attributes) - Method in class de.zeigermann.xpa.treeParser.Parser2XMLASTAdapter
Tells this adapter to created and link an XMLStartAST out of a start tag.
tellStartElement(String, AttributesImpl) - Method in class de.zeigermann.xpa.tokenParser.Parser2XMLTokenStreamAdapter
Tells this adapter to make an XMLStartToken out of a start tag.
tellWhiteSpace(String) - Method in class de.zeigermann.xpa.tokenParser.Parser2XMLTokenStreamAdapter
Tells this adapter to make an XMLToken out of whitespace.
tellWhiteSpace(String) - Method in class de.zeigermann.xpa.treeParser.Parser2XMLASTAdapter
Tells this adapter to create an XMLAST out of this whitespace and link it to the tree returned by Parser2XMLASTAdapter.getAST().
testLiterals - Variable in class antlr.RuleBlock
 
testLiteralsTable(int) - Method in class antlr.CharScanner
 
testLiteralsTable(String, int) - Method in class antlr.CharScanner
Test the text passed in against the literals table Override this method to perform a different literals test This is used primarily when you want to test a portion of a token.
text - Variable in class antlr.CommonToken
 
text - Variable in class antlr.CharScanner
 
theASTNodeType - Variable in class antlr.ASTFactory
Name of AST class to create during tree construction.
theASTNodeTypeClass - Variable in class antlr.ASTFactory
 
theHierarchy - Variable in class antlr.preprocessor.Tool
 
theLLkAnalyzer - Variable in class antlr.Grammar
 
throwsSpec - Variable in class antlr.RuleBlock
 
tmp_file - Variable in class antlr.PreservingFileWriter
 
toArray() - Method in class antlr.collections.impl.BitSet
 
token - Variable in class antlr.NoViableAltException
 
token - Variable in class antlr.MismatchedTokenException
 
Token - class antlr.Token.
A token is minimally a token type.
TOKEN - Static variable in class antlr.MismatchedTokenException
 
TOKEN - Static variable in class antlr.debug.ParserMatchEvent
 
TOKEN_QUEUE_SIZE - Static variable in class de.zeigermann.xpa.tokenParser.SAXDrivenTokenStream
Maximum amount of tokens to queue.
Token() - Constructor for class antlr.Token
 
Token(int) - Constructor for class antlr.Token
 
Token(int, String) - Constructor for class antlr.Token
 
TokenBuffer - class antlr.TokenBuffer.
 
TokenBuffer(TokenStream) - Constructor for class antlr.TokenBuffer
Create a token buffer
tokenManager - Variable in class de.zeigermann.xpa.tokenParser.Parser2XMLTokenStreamAdapter
 
tokenManager - Variable in class de.zeigermann.xpa.treeParser.Parser2XMLASTAdapter
 
tokenManager - Variable in class antlr.Grammar
The token manager associated with the grammar, if any. // The token manager is responsible for maintaining the set of valid tokens, and // is conceptually shared between the lexer and parser.
tokenManagers - Variable in class antlr.DefineGrammarSymbols
 
tokenNames - Variable in class antlr.TreeParser
Table of token type to token names
tokenNames - Variable in class antlr.Parser
Table of token type to token names
tokenObjectClass - Variable in class antlr.CharScanner
 
tokens - Variable in class de.zeigermann.xpa.tokenParser.LinkedListTokenQueue
 
tokenStartColumn - Variable in class antlr.LexerSharedInputState
 
tokenStartLine - Variable in class antlr.LexerSharedInputState
 
TokenStream - interface antlr.TokenStream.
 
TokenStreamBasicFilter - class antlr.TokenStreamBasicFilter.
This object is a TokenStream that passes through all tokens except for those that you tell it to discard.
TokenStreamBasicFilter(TokenStream) - Constructor for class antlr.TokenStreamBasicFilter
 
TokenStreamException - exception antlr.TokenStreamException.
Anything that goes wrong while generating a stream of tokens.
TokenStreamException() - Constructor for class antlr.TokenStreamException
 
TokenStreamException(String) - Constructor for class antlr.TokenStreamException
 
TokenStreamHiddenTokenFilter - class antlr.TokenStreamHiddenTokenFilter.
This object filters a token stream coming from a lexer or another TokenStream so that only certain token channels get transmitted to the parser.
TokenStreamHiddenTokenFilter(TokenStream) - Constructor for class antlr.TokenStreamHiddenTokenFilter
 
TokenStreamIOException - exception antlr.TokenStreamIOException.
Wraps an IOException in a TokenStreamException
TokenStreamIOException(IOException) - Constructor for class antlr.TokenStreamIOException
TokenStreamIOException constructor comment.
TokenStreamRecognitionException - exception antlr.TokenStreamRecognitionException.
Wraps a RecognitionException in a TokenStreamException so you can pass it along.
TokenStreamRecognitionException(RecognitionException) - Constructor for class antlr.TokenStreamRecognitionException
 
TokenStreamRetryException - exception antlr.TokenStreamRetryException.
Aborted recognition of current token.
TokenStreamRetryException() - Constructor for class antlr.TokenStreamRetryException
 
TokenStreamSelector - class antlr.TokenStreamSelector.
A token stream MUX (multiplexor) knows about n token streams and can multiplex them onto the same channel for use by token stream consumer like a parser.
TokenStreamSelector() - Constructor for class antlr.TokenStreamSelector
 
TokenTypesFileExt - Static variable in class antlr.CodeGenerator
 
TokenTypesFileSuffix - Static variable in class antlr.CodeGenerator
 
tokenTypeToASTClassMap - Variable in class antlr.Parser
Constructed if any AST types specified in tokens{..}.
tokenTypeToASTClassMap - Variable in class antlr.ASTFactory
How to specify the classname to create for a particular token type.
toLower(char) - Method in class antlr.CharScanner
 
tool - Variable in class antlr.LLkAnalyzer
 
tool - Variable in class antlr.DefineGrammarSymbols
 
tool - Variable in class antlr.preprocessor.GrammarFile
 
Tool - class antlr.Tool.
 
Tool - class antlr.preprocessor.Tool.
Tester for the preprocessor
Tool() - Constructor for class antlr.Tool
Construct a new Tool.
Tool(Tool, String[]) - Constructor for class antlr.preprocessor.Tool
 
toolError(String) - Method in class antlr.Tool
Issue an error; used for general tool errors not for grammar stuff
top() - Method in interface antlr.collections.Stack
 
top() - Method in class antlr.collections.impl.LList
 
toPackedArray() - Method in class antlr.collections.impl.BitSet
 
toString() - Method in class de.zeigermann.xpa.tokenParser.XMLToken
Gets a simple string representation of this token.
toString() - Method in class de.zeigermann.xpa.tokenParser.XMLStartToken
Gets a simple string representation of this token.
toString() - Method in class de.zeigermann.xpa.tokenParser.XMLEndToken
Gets a simple string representation of this token.
toString() - Method in class de.zeigermann.xpa.treeParser.XMLStartAST
Gets a simple string representation of this token.
toString() - Method in class de.zeigermann.xpa.treeParser.XMLAST
Gets a simple string representation of this token.
toString() - Method in class antlr.TokenStreamRecognitionException
 
toString() - Method in class antlr.Token
 
toString() - Method in class antlr.RuleBlock
 
toString() - Method in class antlr.RecognitionException
 
toString() - Method in class antlr.Lookahead
 
toString() - Method in class antlr.Grammar
Print out the grammar without actions
toString() - Method in class antlr.CommonToken
 
toString() - Method in class antlr.BaseAST
 
toString() - Method in class antlr.ASTPair
 
toString() - Method in class antlr.ASTNULLType
 
toString() - Method in class antlr.ANTLRStringBuffer
 
toString() - Method in class antlr.ActionTransInfo
 
toString() - Method in interface antlr.collections.AST
 
toString() - Method in class antlr.collections.impl.IntRange
 
toString() - Method in class antlr.collections.impl.BitSet
 
toString() - Method in class antlr.debug.TraceEvent
 
toString() - Method in class antlr.debug.SyntacticPredicateEvent
 
toString() - Method in class antlr.debug.SemanticPredicateEvent
 
toString() - Method in class antlr.debug.ParserTokenEvent
 
toString() - Method in class antlr.debug.ParserMatchEvent
 
toString() - Method in class antlr.debug.NewLineEvent
 
toString() - Method in class antlr.debug.MessageEvent
 
toString() - Method in class antlr.debug.InputBufferEvent
 
toString() - Method in class antlr.preprocessor.GrammarFile
 
toString(String) - Method in class antlr.collections.impl.BitSet
Transform a bit set into a string by formatting each element as an integer
toString(String, CharFormatter) - Method in class antlr.Lookahead
 
toString(String, CharFormatter) - Method in class antlr.collections.impl.BitSet
Transform a bit set into a string of characters.
toString(String, CharFormatter, Grammar) - Method in class antlr.Lookahead
 
toString(String, Vector) - Method in class antlr.Lookahead
 
toString(String, Vector) - Method in class antlr.collections.impl.BitSet
Create a string representation where instead of integer elements, the ith element of vocabulary is displayed instead.
toStringList() - Method in class antlr.BaseAST
Print out a child-sibling tree in LISP notation
toStringList() - Method in class antlr.ASTNULLType
 
toStringList() - Method in interface antlr.collections.AST
 
toStringOfHalfWords() - Method in class antlr.collections.impl.BitSet
Dump a comma-separated list of the words making up the bit set.
toStringOfWords() - Method in class antlr.collections.impl.BitSet
Dump a comma-separated list of the words making up the bit set.
toStringTree() - Method in class antlr.BaseAST
 
toStringTree() - Method in class antlr.ASTNULLType
 
toStringTree() - Method in interface antlr.collections.AST
 
toStringWithRanges(String, CharFormatter) - Method in class antlr.collections.impl.BitSet
Print out the bit set but collapse char ranges.
TraceAdapter - class antlr.debug.TraceAdapter.
 
TraceAdapter() - Constructor for class antlr.debug.TraceAdapter
 
traceDepth - Variable in class antlr.TreeParser
Used to keep track of indentdepth for traceIn/Out
traceDepth - Variable in class antlr.Parser
Used to keep track of indentdepth for traceIn/Out
traceDepth - Variable in class antlr.CharScanner
Used to keep track of indentdepth for traceIn/Out
TraceEvent - class antlr.debug.TraceEvent.
 
TraceEvent(Object) - Constructor for class antlr.debug.TraceEvent
 
TraceEvent(Object, int, int, int, int) - Constructor for class antlr.debug.TraceEvent
 
traceIn(String) - Method in class antlr.Parser
 
traceIn(String) - Method in class antlr.LLkParser
 
traceIn(String) - Method in class antlr.CharScanner
 
traceIn(String, AST) - Method in class antlr.TreeParser
 
traceIndent() - Method in class antlr.TreeParser
 
traceIndent() - Method in class antlr.Parser
 
traceIndent() - Method in class antlr.CharScanner
 
TraceListener - interface antlr.debug.TraceListener.
 
traceOut(String) - Method in class antlr.Parser
 
traceOut(String) - Method in class antlr.LLkParser
 
traceOut(String) - Method in class antlr.CharScanner
 
traceOut(String, AST) - Method in class antlr.TreeParser
 
Tracer - class antlr.debug.Tracer.
 
Tracer() - Constructor for class antlr.debug.Tracer
 
traceRules - Variable in class antlr.Grammar
 
tree - Variable in class de.zeigermann.xpa.treeParser.Parser2XMLASTAdapter
Tree construction pointer
TreeParser - class antlr.TreeParser.
 
TreeParser() - Constructor for class antlr.TreeParser
 
TreeParserRoot - Variable in class antlr.preprocessor.Hierarchy
 
TreeParserSharedInputState - class antlr.TreeParserSharedInputState.
This object contains the data associated with an input AST.
TreeParserSharedInputState() - Constructor for class antlr.TreeParserSharedInputState
 
treeStack - Variable in class de.zeigermann.xpa.treeParser.Parser2XMLASTAdapter
Keep track of document structure

U

updateTokenTypes(XMLTokenTypeManager) - Method in class de.zeigermann.xpa.treeParser.XMLStartAST
Updates the type of this XMLStartAST determined by token manager and the text of this AST by XMLTokenTypeManager.getType(String).
updateTokenTypes(XMLTokenTypeManager) - Method in class de.zeigermann.xpa.treeParser.XMLAST
Resets the type of XMLTokenTypeManager.PCDATA for this XMLAST.
uponEOF() - Method in class antlr.CharScanner
This method is called by YourLexer.nextToken() when the lexer has hit EOF condition.
upper - Variable in class antlr.MismatchedTokenException
 
upper - Variable in class antlr.MismatchedCharException
 
upperCaseMangledLiterals - Static variable in class antlr.Tool
 

V

valid() - Method in interface antlr.collections.Enumerator
Any more elements in the enumeration?
VALIDATING - Static variable in class antlr.debug.SemanticPredicateEvent
 
valueForPathChanged(TreePath, Object) - Method in class antlr.debug.misc.JTreeASTModel
 
Vector - class antlr.collections.impl.Vector.
 
Vector() - Constructor for class antlr.collections.impl.Vector
 
Vector(int) - Constructor for class antlr.collections.impl.Vector
 
verifyThatHierarchyIsComplete() - Method in class antlr.preprocessor.Hierarchy
Return true if hierarchy is complete, false if not
version - Static variable in class antlr.Version
 
version - Static variable in class antlr.Tool
 
Version - class antlr.Version.
 
Version() - Constructor for class antlr.Version
 
visit(AST) - Method in class antlr.DumpASTVisitor
 
visit(AST) - Method in interface antlr.ASTVisitor
 

W

wakeUp() - Method in class antlr.debug.LLkDebuggingParser
 
wakeUp() - Method in class antlr.debug.DebuggingCharScanner
 
WARNING - Static variable in class antlr.debug.MessageEvent
 
warning(String) - Method in class antlr.Tool
Issue a warning
warning(String[], String, int, int) - Method in class antlr.Tool
Issue a warning with line number information
warning(String, String, int, int) - Method in class antlr.Tool
Issue a warning with line number information
write(XMLWriter) - Method in class de.zeigermann.xpa.treeParser.XMLStartAST
Writes itself to XML writer.
write(XMLWriter) - Method in class de.zeigermann.xpa.treeParser.XMLAST
Writes itself to XML writer.
WS - Static variable in class de.zeigermann.xpa.XMLTokenTypeManager
This is the name of the token that should be used for ignorable whitespace

X

XMLAST - class de.zeigermann.xpa.treeParser.XMLAST.
The XMLAST class is the basic class to represent AST for XML data.
XMLAST() - Constructor for class de.zeigermann.xpa.treeParser.XMLAST
Create a new new empty XMLAST.
XMLAST(int, String) - Constructor for class de.zeigermann.xpa.treeParser.XMLAST
Creates a new XMLAST.
XMLAST(Token) - Constructor for class de.zeigermann.xpa.treeParser.XMLAST
Creates a new XMLAST.
XMLAST(XMLAST) - Constructor for class de.zeigermann.xpa.treeParser.XMLAST
Copy ctor.
XMLASTFactory - class de.zeigermann.xpa.treeParser.XMLASTFactory.
This class replaces ANTLRs default ASTFactory to make creation of XMLASTs possible for all kinds of sources.
XMLASTFactory(Parser2XMLASTAdapter) - Constructor for class de.zeigermann.xpa.treeParser.XMLASTFactory
Creates a new XMLASTFactory for XMLAST creation.
xmlDeclaration(String, AttributesImpl) - Method in interface de.zeigermann.xpa.XMLFragmentHandler
Receives notification of the XML declaration.
xmlDeclaration(String, AttributesImpl) - Method in class de.zeigermann.xpa.DefaultXMLFragmentHandler
 
XMLEndToken - class de.zeigermann.xpa.tokenParser.XMLEndToken.
This class stores XML end tags as ANTLR tokens.
XMLEndToken(int, String) - Constructor for class de.zeigermann.xpa.tokenParser.XMLEndToken
Creates a new XML token representing an XML end tag.
XMLFragmentDrivenASTParser - class de.zeigermann.xpa.treeParser.XMLFragmentDrivenASTParser.
This class is an AST generating parser driven by an XMLFragmentParser.
XMLFragmentDrivenASTParser(XMLTokenTypeManager) - Constructor for class de.zeigermann.xpa.treeParser.XMLFragmentDrivenASTParser
Creates a new parser using tokenManager.
XMLFragmentDrivenTokenStream - class de.zeigermann.xpa.tokenParser.XMLFragmentDrivenTokenStream.
This class is a token stream parser driven by an XMLFragmentParser.
XMLFragmentDrivenTokenStream(XMLTokenTypeManager, InputStream) - Constructor for class de.zeigermann.xpa.tokenParser.XMLFragmentDrivenTokenStream
Creates a new token stream parser with an input buffer as input.
XMLFragmentDrivenTokenStream(XMLTokenTypeManager, Reader) - Constructor for class de.zeigermann.xpa.tokenParser.XMLFragmentDrivenTokenStream
Creates a new token stream parser with a reader as input.
XMLFragmentDrivenTokenStream(XMLTokenTypeManager, XMLFragmentParser) - Constructor for class de.zeigermann.xpa.tokenParser.XMLFragmentDrivenTokenStream
Creates a new token stream parser from a fully initialized XMLFragmentParser.
XMLFragmentHandler - interface de.zeigermann.xpa.XMLFragmentHandler.
SAX like interface for call backs from XMLFragmentParser.
XMLFragmentParser - class de.zeigermann.xpa.XMLFragmentParser.
Rudimentary non-validating XML parser.
XMLFragmentParser(DataInputStream, XMLFragmentHandler) - Constructor for class de.zeigermann.xpa.XMLFragmentParser
Creates a new parser with a byte stream of UTF-8 encoded characters as input.
XMLFragmentParser(InputBuffer, XMLFragmentHandler) - Constructor for class de.zeigermann.xpa.XMLFragmentParser
Creates a new parser with an input buffer as input.
XMLFragmentParser(InputStream, XMLFragmentHandler) - Constructor for class de.zeigermann.xpa.XMLFragmentParser
Creates a new parser with a byte stream of UTF-8 encoded characters as input.
XMLFragmentParser(Reader, XMLFragmentHandler) - Constructor for class de.zeigermann.xpa.XMLFragmentParser
Creates a new parser with a reader as input.
XMLFragmentParser(XMLLexer, XMLFragmentHandler) - Constructor for class de.zeigermann.xpa.XMLFragmentParser
Creates a new parser using lexer for actual parsing.
xmlSerialize(Writer) - Method in class antlr.BaseAST
 
xmlSerializeNode(Writer) - Method in class antlr.BaseAST
 
xmlSerializeRootClose(Writer) - Method in class antlr.BaseAST
 
xmlSerializeRootOpen(Writer) - Method in class antlr.BaseAST
 
XMLStartAST - class de.zeigermann.xpa.treeParser.XMLStartAST.
The XMLStartAST class extends XMLASTs for attributes to represent XML start tags as ASTs.
XMLStartAST(int, String, AttributesImpl) - Constructor for class de.zeigermann.xpa.treeParser.XMLStartAST
Creates a new XMLStartAST.
XMLStartAST(Token) - Constructor for class de.zeigermann.xpa.treeParser.XMLStartAST
Creates a new XMLStartAST with no attributes.
XMLStartAST(Token, AttributesImpl) - Constructor for class de.zeigermann.xpa.treeParser.XMLStartAST
Creates a new XMLStartAST.
XMLStartAST(XMLStartAST) - Constructor for class de.zeigermann.xpa.treeParser.XMLStartAST
Copy ctor.
XMLStartToken - class de.zeigermann.xpa.tokenParser.XMLStartToken.
This class stores XML start tags as ANTLR tokens.
XMLStartToken(int, String, AttributesImpl) - Constructor for class de.zeigermann.xpa.tokenParser.XMLStartToken
Creates a new XML token representing an XML start tag.
XMLToken - class de.zeigermann.xpa.tokenParser.XMLToken.
The XMLToken class is the basic class to represent ANTLR tokens that contain XML data.
XMLToken(int, String) - Constructor for class de.zeigermann.xpa.tokenParser.XMLToken
Creates a new XML token.
XMLTokenTypeManager - class de.zeigermann.xpa.XMLTokenTypeManager.
The utility class XMLTokenTypeManager stores token type informations about all tags used in transformation.
XMLTokenTypeManager() - Constructor for class de.zeigermann.xpa.XMLTokenTypeManager
 
XPAException - exception de.zeigermann.xpa.XPAException.
General XPA exception.
XPAException() - Constructor for class de.zeigermann.xpa.XPAException
 
XPAException(String) - Constructor for class de.zeigermann.xpa.XPAException
 
XPAException(String, Throwable) - Constructor for class de.zeigermann.xpa.XPAException
 
XPAParseException - exception de.zeigermann.xpa.XPAParseException.
General exception thrown by XPA parsers.
XPAParseException() - Constructor for class de.zeigermann.xpa.XPAParseException
 
XPAParseException(String) - Constructor for class de.zeigermann.xpa.XPAParseException
 
XPAParseException(String, Throwable) - Constructor for class de.zeigermann.xpa.XPAParseException
 
XPAParseException(Throwable) - Constructor for class de.zeigermann.xpa.XPAParseException
 

Z

zeroOrMoreSubRule() - Method in class antlr.MakeGrammar
 
zeroOrMoreSubRule() - Method in class antlr.DefineGrammarSymbols
 
zeroOrMoreSubRule() - Method in interface antlr.ANTLRGrammarParseBehavior
 

_

_print(String) - Method in class antlr.CppCodeGenerator
Output a String to the currentOutput stream.
_print(String) - Method in class antlr.CodeGenerator
Output a String to the currentOutput stream.
_printAction(String) - Method in class antlr.CppCodeGenerator
Print an action without leading tabs, attempting to preserve the current indentation level for multi-line actions Ignored if string is null.
_printAction(String) - Method in class antlr.CodeGenerator
Print an action without leading tabs, attempting to preserve the current indentation level for multi-line actions Ignored if string is null.
_println(String) - Method in class antlr.CppCodeGenerator
Output a String followed by newline, to the currentOutput stream.
_println(String) - Method in class antlr.CodeGenerator
Output a String followed by newline, to the currentOutput stream.
_refStringLiteral(Token, Token, int, boolean) - Method in class antlr.DefineGrammarSymbols
 
_refToken(Token, Token, Token, Token, boolean, int, boolean) - Method in class antlr.DefineGrammarSymbols
Reference a token
_retTree - Variable in class antlr.TreeParser
Where did this rule leave off parsing; avoids a return parameter
_returnToken - Variable in class antlr.CharScanner
 

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

Copyright © 1999-2003 Oliver Zeigermann. All Rights Reserved.