Alphabetical Index: H

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

H

handlers - field in class antlr.ExceptionSpec
hasAnAction - field in class antlr.AlternativeBlock
hasASynPred - field in class antlr.AlternativeBlock
hasEpsilon - field 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 - field in class antlr.Tool
Was there an error during parsing or analysis?
hasError() - method in class antlr.ANTLRGrammarParseBehavior
hasError() - method in class antlr.DefineGrammarSymbols
hasError() - method in class antlr.MakeGrammar
Remember that a major error occured in the grammar
hasError() - method in class antlr.Tool
hashCode() - method in class antlr.ANTLRHashString
hashString - field 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 class 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 - field in class antlr.Grammar
hasUserErrorHandling - field in class antlr.Grammar
head - field in class antlr.Alternative
head - field in class antlr.collections.impl.LList
HEADER_ACTION - static field in class antlr.preprocessor.PreprocessorTokenTypes
headerAction - field in class antlr.preprocessor.GrammarFile
headerActions - field in class antlr.DefineGrammarSymbols
HEIGHT - static field in class antlr.debug.misc.ASTFrame
height() - method in class antlr.collections.impl.LList
How high is the stack?
height() - method in class antlr.collections.Stack
hiddenAfter - field in class antlr.CommonASTWithHiddenTokens
hiddenAfter - field in class antlr.CommonHiddenStreamToken
hiddenBefore - field in class antlr.CommonHiddenStreamToken
hide(int) - method in class antlr.TokenStreamHiddenTokenFilter
hideMask - field in class antlr.TokenStreamHiddenTokenFilter
hier - field in class antlr.preprocessor.Grammar
Hierarchy - class antlr.preprocessor.Hierarchy
Hierarchy(antlr.Tool) - constructor for class antlr.preprocessor.Hierarchy
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..