C# Class Spring.Expressions.Parser.antlr.debug.InputBufferEventSupport

Mostra file Open project: spring-projects/spring-net Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
refresh ( System.Collections.ArrayList listeners ) : void

Method Details

InputBufferEventSupport() public method

public InputBufferEventSupport ( object source )
source object

addInputBufferListener() public method

public addInputBufferListener ( InputBufferListener l ) : void
l InputBufferListener
return void

fireConsume() public method

public fireConsume ( char c ) : void
c char
return void

fireEvent() public method

public fireEvent ( int type, Listener l ) : void
type int
l Listener
return void

fireEvents() public method

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

fireLA() public method

public fireLA ( char c, int la ) : void
c char
la int
return void

fireMark() public method

public fireMark ( int pos ) : void
pos int
return void

fireRewind() public method

public fireRewind ( int pos ) : void
pos int
return void

refresh() protected method

protected refresh ( System.Collections.ArrayList listeners ) : void
listeners System.Collections.ArrayList
return void

refreshListeners() public method

public refreshListeners ( ) : void
return void

removeInputBufferListener() public method

public removeInputBufferListener ( InputBufferListener l ) : void
l InputBufferListener
return void