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

Provides an abstract base for implementing InputBufferListener subclasses.
This abstract class is provided to make it easier to create InputBufferListeners. You should extend this base class rather than creating your own.
Inheritance: InputBufferListener
Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Méthode Description
doneParsing ( object source, TraceEventArgs e ) : void

Handle the "Done" event.

inputBufferConsume ( object source, InputBufferEventArgs e ) : void

Handle the "CharConsumed" event.

inputBufferLA ( object source, InputBufferEventArgs e ) : void

Handle the "CharLA" event.

inputBufferMark ( object source, InputBufferEventArgs e ) : void

Handle the "Mark" event.

inputBufferRewind ( object source, InputBufferEventArgs e ) : void

Handle the "Rewind" event.

refresh ( ) : void

Method Details

doneParsing() public méthode

Handle the "Done" event.
public doneParsing ( object source, TraceEventArgs e ) : void
source object Event source object
e TraceEventArgs Event data object
Résultat void

inputBufferConsume() public méthode

Handle the "CharConsumed" event.
public inputBufferConsume ( object source, InputBufferEventArgs e ) : void
source object Event source object
e InputBufferEventArgs Event data object
Résultat void

inputBufferLA() public méthode

Handle the "CharLA" event.
public inputBufferLA ( object source, InputBufferEventArgs e ) : void
source object Event source object
e InputBufferEventArgs Event data object
Résultat void

inputBufferMark() public méthode

Handle the "Mark" event.
public inputBufferMark ( object source, InputBufferEventArgs e ) : void
source object Event source object
e InputBufferEventArgs Event data object
Résultat void

inputBufferRewind() public méthode

Handle the "Rewind" event.
public inputBufferRewind ( object source, InputBufferEventArgs e ) : void
source object Event source object
e InputBufferEventArgs Event data object
Résultat void

refresh() public méthode

public refresh ( ) : void
Résultat void