C# 클래스 Spring.Expressions.Parser.antlr.debug.ParserMatchListenerBase

Provides an abstract base for implementing ParserMatchListener subclasses.
This abstract class is provided to make it easier to create ParserMatchListeners. You should extend this base class rather than creating your own.
상속: ParserMatchListener
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
doneParsing ( object source, TraceEventArgs e ) : void

Handle the "Done" event.

parserMatch ( object source, MatchEventArgs e ) : void

Handle the "Match" event.

parserMatchNot ( object source, MatchEventArgs e ) : void

Handle the "MatchNot" event.

parserMismatch ( object source, MatchEventArgs e ) : void

Handle the "MisMatch" event.

parserMismatchNot ( object source, MatchEventArgs e ) : void

Handle the "MisMatchNot" event.

refresh ( ) : void

메소드 상세

doneParsing() 공개 메소드

Handle the "Done" event.
public doneParsing ( object source, TraceEventArgs e ) : void
source object Event source object
e TraceEventArgs Event data object
리턴 void

parserMatch() 공개 메소드

Handle the "Match" event.
public parserMatch ( object source, MatchEventArgs e ) : void
source object Event source object
e MatchEventArgs Event data object
리턴 void

parserMatchNot() 공개 메소드

Handle the "MatchNot" event.
public parserMatchNot ( object source, MatchEventArgs e ) : void
source object Event source object
e MatchEventArgs Event data object
리턴 void

parserMismatch() 공개 메소드

Handle the "MisMatch" event.
public parserMismatch ( object source, MatchEventArgs e ) : void
source object Event source object
e MatchEventArgs Event data object
리턴 void

parserMismatchNot() 공개 메소드

Handle the "MisMatchNot" event.
public parserMismatchNot ( object source, MatchEventArgs e ) : void
source object Event source object
e MatchEventArgs Event data object
리턴 void

refresh() 공개 메소드

public refresh ( ) : void
리턴 void