Serialized Form
-
Package antlr
-
Error antlr.ANTLRError
class ANTLRError extends Error implements Serializable -
Exception antlr.ANTLRException
class ANTLRException extends Exception implements Serializable -
Class antlr.BaseAST
class BaseAST extends Object implements Serializable -
Exception antlr.CharStreamException
class CharStreamException extends ANTLRException implements Serializable -
Exception antlr.CharStreamIOException
class CharStreamIOException extends CharStreamException implements Serializable-
Serialized Fields
-
io
IOException io
-
-
-
Class antlr.CommonAST
class CommonAST extends BaseAST implements Serializable-
Serialized Fields
-
text
String text
-
ttype
int ttype
-
-
-
Class antlr.CommonASTWithHiddenTokens
class CommonASTWithHiddenTokens extends CommonAST implements Serializable-
Serialized Fields
-
hiddenAfter
CommonHiddenStreamToken hiddenAfter
-
hiddenBefore
CommonHiddenStreamToken hiddenBefore
-
-
-
Exception antlr.MismatchedCharException
class MismatchedCharException extends RecognitionException implements Serializable-
Serialized Fields
-
expecting
int expecting
-
foundChar
int foundChar
-
mismatchType
int mismatchType
-
scanner
CharScanner scanner
-
set
BitSet set
-
upper
int upper
-
-
-
Exception antlr.MismatchedTokenException
class MismatchedTokenException extends RecognitionException implements Serializable -
Exception antlr.NoViableAltException
class NoViableAltException extends RecognitionException implements Serializable -
Exception antlr.NoViableAltForCharException
class NoViableAltForCharException extends RecognitionException implements Serializable-
Serialized Fields
-
foundChar
char foundChar
-
-
-
Class antlr.ParseTree
class ParseTree extends BaseAST implements Serializable -
Class antlr.ParseTreeRule
class ParseTreeRule extends ParseTree implements Serializable-
Serialized Fields
-
altNumber
int altNumber
-
ruleName
String ruleName
-
-
-
Class antlr.ParseTreeToken
class ParseTreeToken extends ParseTree implements Serializable-
Serialized Fields
-
token
Token token
-
-
-
Exception antlr.RecognitionException
class RecognitionException extends ANTLRException implements Serializable-
Serialized Fields
-
column
int column
-
fileName
String fileName
-
line
int line
-
-
-
Exception antlr.SemanticException
class SemanticException extends RecognitionException implements Serializable -
Exception antlr.TokenStreamException
class TokenStreamException extends ANTLRException implements Serializable -
Exception antlr.TokenStreamIOException
class TokenStreamIOException extends TokenStreamException implements Serializable-
Serialized Fields
-
io
IOException io
-
-
-
Exception antlr.TokenStreamRecognitionException
class TokenStreamRecognitionException extends TokenStreamException implements Serializable-
Serialized Fields
-
recog
RecognitionException recog
-
-
-
Exception antlr.TokenStreamRetryException
class TokenStreamRetryException extends TokenStreamException implements Serializable
-
-
Package antlr.debug
-
Class antlr.debug.Event
class Event extends EventObject implements Serializable-
Serialized Fields
-
type
int type
-
-
-
Class antlr.debug.GuessingEvent
class GuessingEvent extends Event implements Serializable-
Serialized Fields
-
guessing
int guessing
-
-
-
Class antlr.debug.InputBufferEvent
class InputBufferEvent extends Event implements Serializable-
Serialized Fields
-
c
char c
-
lookaheadAmount
int lookaheadAmount
-
-
-
Class antlr.debug.MessageEvent
class MessageEvent extends Event implements Serializable-
Serialized Fields
-
text
String text
-
-
-
Class antlr.debug.NewLineEvent
class NewLineEvent extends Event implements Serializable-
Serialized Fields
-
line
int line
-
-
-
Class antlr.debug.ParserMatchEvent
class ParserMatchEvent extends GuessingEvent implements Serializable -
Class antlr.debug.ParserTokenEvent
class ParserTokenEvent extends Event implements Serializable-
Serialized Fields
-
amount
int amount
-
value
int value
-
-
-
Class antlr.debug.SemanticPredicateEvent
class SemanticPredicateEvent extends GuessingEvent implements Serializable-
Serialized Fields
-
condition
int condition
-
result
boolean result
-
-
-
Class antlr.debug.SyntacticPredicateEvent
class SyntacticPredicateEvent extends GuessingEvent implements Serializable -
Class antlr.debug.TraceEvent
class TraceEvent extends GuessingEvent implements Serializable-
Serialized Fields
-
data
int data
-
ruleNum
int ruleNum
-
-
-
-
Package antlr.debug.misc
-
Class antlr.debug.misc.ASTFrame
class ASTFrame extends JFrame implements Serializable -
Class antlr.debug.misc.JTreeASTPanel
class JTreeASTPanel extends JPanel implements Serializable-
Serialized Fields
-
tree
JTree tree
-
-
-