File
Doc
Category
Size
Date
Package
ParserReporter.java
API Doc
Glassfish v2 API
1183
Wed Feb 08 12:31:30 GMT 2006
persistence.antlr.debug
ParserReporter
java.lang.Object
persistence.antlr.debug.TraceAdapter
persistence.antlr.debug.Tracer
public class ParserReporter extends Tracer implements ParserListener
Fields Summary
Constructors Summary
Methods Summary
public void
parserConsume
(
persistence.antlr.debug.ParserTokenEvent
e)
System.out.println(indent+e);
public void
parserLA
(
persistence.antlr.debug.ParserTokenEvent
e)
System.out.println(indent+e);
public void
parserMatch
(
persistence.antlr.debug.ParserMatchEvent
e)
System.out.println(indent+e);
public void
parserMatchNot
(
persistence.antlr.debug.ParserMatchEvent
e)
System.out.println(indent+e);
public void
parserMismatch
(
persistence.antlr.debug.ParserMatchEvent
e)
System.out.println(indent+e);
public void
parserMismatchNot
(
persistence.antlr.debug.ParserMatchEvent
e)
System.out.println(indent+e);
public void
reportError
(
persistence.antlr.debug.MessageEvent
e)
System.out.println(indent+e);
public void
reportWarning
(
persistence.antlr.debug.MessageEvent
e)
System.out.println(indent+e);
public void
semanticPredicateEvaluated
(
persistence.antlr.debug.SemanticPredicateEvent
e)
System.out.println(indent+e);
public void
syntacticPredicateFailed
(
persistence.antlr.debug.SyntacticPredicateEvent
e)
System.out.println(indent+e);
public void
syntacticPredicateStarted
(
persistence.antlr.debug.SyntacticPredicateEvent
e)
System.out.println(indent+e);
public void
syntacticPredicateSucceeded
(
persistence.antlr.debug.SyntacticPredicateEvent
e)
System.out.println(indent+e);
Java Code Source