FileDocCategorySizeDatePackage
SyntacticPredicateEvent.javaAPI DocGlassfish v2 API501Wed Feb 08 12:31:32 GMT 2006persistence.antlr.debug

SyntacticPredicateEvent

public class SyntacticPredicateEvent extends GuessingEvent

Fields Summary
Constructors Summary
public SyntacticPredicateEvent(Object source)

		super(source);
	
public SyntacticPredicateEvent(Object source, int type)

		super(source, type);
	
Methods Summary
voidsetValues(int type, int guessing)
This should NOT be called from anyone other than ParserEventSupport!

		super.setValues(type, guessing);
	
public java.lang.StringtoString()

		return "SyntacticPredicateEvent [" + getGuessing() + "]";