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

파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 메소드들

메소드 설명
InputBufferEventSupport ( object source )
addInputBufferListener ( InputBufferListener l ) : void
fireConsume ( char c ) : void
fireEvent ( int type, Listener l ) : void
fireEvents ( int type, System.Collections.ArrayList listeners ) : void
fireLA ( char c, int la ) : void
fireMark ( int pos ) : void
fireRewind ( int pos ) : void
refreshListeners ( ) : void
removeInputBufferListener ( InputBufferListener l ) : void

보호된 메소드들

메소드 설명
refresh ( System.Collections.ArrayList listeners ) : void

메소드 상세

InputBufferEventSupport() 공개 메소드

public InputBufferEventSupport ( object source )
source object

addInputBufferListener() 공개 메소드

public addInputBufferListener ( InputBufferListener l ) : void
l InputBufferListener
리턴 void

fireConsume() 공개 메소드

public fireConsume ( char c ) : void
c char
리턴 void

fireEvent() 공개 메소드

public fireEvent ( int type, Listener l ) : void
type int
l Listener
리턴 void

fireEvents() 공개 메소드

public fireEvents ( int type, System.Collections.ArrayList listeners ) : void
type int
listeners System.Collections.ArrayList
리턴 void

fireLA() 공개 메소드

public fireLA ( char c, int la ) : void
c char
la int
리턴 void

fireMark() 공개 메소드

public fireMark ( int pos ) : void
pos int
리턴 void

fireRewind() 공개 메소드

public fireRewind ( int pos ) : void
pos int
리턴 void

refresh() 보호된 메소드

protected refresh ( System.Collections.ArrayList listeners ) : void
listeners System.Collections.ArrayList
리턴 void

refreshListeners() 공개 메소드

public refreshListeners ( ) : void
리턴 void

removeInputBufferListener() 공개 메소드

public removeInputBufferListener ( InputBufferListener l ) : void
l InputBufferListener
리턴 void