FileDocCategorySizeDatePackage
ParserReporter.javaAPI DocGlassfish v2 API1183Wed Feb 08 12:31:30 GMT 2006persistence.antlr.debug

ParserReporter

public class ParserReporter extends Tracer implements ParserListener

Fields Summary
Constructors Summary
Methods Summary
public voidparserConsume(persistence.antlr.debug.ParserTokenEvent e)

		System.out.println(indent+e);
	
public voidparserLA(persistence.antlr.debug.ParserTokenEvent e)

		System.out.println(indent+e);
	
public voidparserMatch(persistence.antlr.debug.ParserMatchEvent e)

		System.out.println(indent+e);
	
public voidparserMatchNot(persistence.antlr.debug.ParserMatchEvent e)

		System.out.println(indent+e);
	
public voidparserMismatch(persistence.antlr.debug.ParserMatchEvent e)

		System.out.println(indent+e);
	
public voidparserMismatchNot(persistence.antlr.debug.ParserMatchEvent e)

		System.out.println(indent+e);
	
public voidreportError(persistence.antlr.debug.MessageEvent e)

		System.out.println(indent+e);
	
public voidreportWarning(persistence.antlr.debug.MessageEvent e)

		System.out.println(indent+e);
	
public voidsemanticPredicateEvaluated(persistence.antlr.debug.SemanticPredicateEvent e)

		System.out.println(indent+e);
	
public voidsyntacticPredicateFailed(persistence.antlr.debug.SyntacticPredicateEvent e)

		System.out.println(indent+e);
	
public voidsyntacticPredicateStarted(persistence.antlr.debug.SyntacticPredicateEvent e)

		System.out.println(indent+e);
	
public voidsyntacticPredicateSucceeded(persistence.antlr.debug.SyntacticPredicateEvent e)

		System.out.println(indent+e);