- handlers - Variable in class antlr.ExceptionSpec
-
- hasAnAction - Variable in class antlr.AlternativeBlock
-
- hasASynPred - Variable in class antlr.AlternativeBlock
-
- hasEpsilon - Variable in class antlr.Lookahead
-
Does this lookahead depth include Epsilon token type? This
is used to avoid having a bit in the set for Epsilon as it
conflicts with parsing binary files.
- hasError() - Method in interface antlr.ANTLRGrammarParseBehavior
-
- hasError() - Method in class antlr.DefineGrammarSymbols
-
- hasError() - Method in class antlr.MakeGrammar
-
Remember that a major error occured in the grammar
- hasError - Variable in class antlr.Tool
-
Was there an error during parsing or analysis?
- hasError() - Method in class antlr.Tool
-
- hashCode() - Method in class antlr.ANTLRHashString
-
- hashString - Variable in class antlr.CharScanner
-
- hasMoreElements() - Method in class antlr.collections.impl.LLEnumeration
-
Return true/false depending on whether there are more
elements to enumerate.
- hasMoreElements() - Method in class antlr.collections.impl.VectorEnumeration
-
- hasMoreElements() - Method in class antlr.collections.impl.VectorEnumerator
-
- 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.Alternative
-
- head - Variable in class antlr.collections.impl.LList
-
- HEADER_ACTION - Static variable in interface antlr.preprocessor.PreprocessorTokenTypes
-
- headerAction - Variable in class antlr.preprocessor.GrammarFile
-
- headerActions - Variable in class antlr.DefineGrammarSymbols
-
- height() - Method in class antlr.collections.impl.LList
-
How high is the stack?
- height() - Method in interface antlr.collections.Stack
-
- HEIGHT - Static variable in class antlr.debug.misc.ASTFrame
-
- hiddenAfter - Variable in class antlr.CommonASTWithHiddenTokens
-
- hiddenAfter - Variable in class antlr.CommonHiddenStreamToken
-
- hiddenBefore - Variable in class antlr.CommonASTWithHiddenTokens
-
- hiddenBefore - Variable in class antlr.CommonHiddenStreamToken
-
- hide(int) - Method in class antlr.TokenStreamHiddenTokenFilter
-
- hide(BitSet) - Method in class antlr.TokenStreamHiddenTokenFilter
-
- hideMask - Variable in class antlr.TokenStreamHiddenTokenFilter
-
- hier - Variable in class antlr.preprocessor.Grammar
-
- Hierarchy - Class in antlr.preprocessor
-
- Hierarchy(Tool) - Constructor for class antlr.preprocessor.Hierarchy
-
- hitNewLine(NewLineEvent) - Method in interface antlr.debug.NewLineListener
-
- HTMLCodeGenerator - Class in antlr
-
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.
- HTMLEncode(String) - Static method in class antlr.DocBookCodeGenerator
-
Encode a string for printing in a HTML document..
- HTMLEncode(String) - Static method in class antlr.HTMLCodeGenerator
-
Encode a string for printing in a HTML document..