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

Afficher le fichier Open project: spring-projects/spring-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
refresh ( System.Collections.ArrayList listeners ) : void

Method Details

InputBufferEventSupport() public méthode

public InputBufferEventSupport ( object source )
source object

addInputBufferListener() public méthode

public addInputBufferListener ( InputBufferListener l ) : void
l InputBufferListener
Résultat void

fireConsume() public méthode

public fireConsume ( char c ) : void
c char
Résultat void

fireEvent() public méthode

public fireEvent ( int type, Listener l ) : void
type int
l Listener
Résultat void

fireEvents() public méthode

public fireEvents ( int type, System.Collections.ArrayList listeners ) : void
type int
listeners System.Collections.ArrayList
Résultat void

fireLA() public méthode

public fireLA ( char c, int la ) : void
c char
la int
Résultat void

fireMark() public méthode

public fireMark ( int pos ) : void
pos int
Résultat void

fireRewind() public méthode

public fireRewind ( int pos ) : void
pos int
Résultat void

refresh() protected méthode

protected refresh ( System.Collections.ArrayList listeners ) : void
listeners System.Collections.ArrayList
Résultat void

refreshListeners() public méthode

public refreshListeners ( ) : void
Résultat void

removeInputBufferListener() public méthode

public removeInputBufferListener ( InputBufferListener l ) : void
l InputBufferListener
Résultat void