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

Inheritance: Spring.Expressions.Parser.antlr.debug.ANTLREventArgs
Afficher le fichier Open project: spring-projects/spring-net Class Usage Examples

Méthodes publiques

Méthode Description
InputBufferEventArgs ( )
InputBufferEventArgs ( int type, char c, int lookaheadAmount )
ToString ( ) : string

Private Methods

Méthode Description
setValues ( int type, char c, int la ) : void

This should NOT be called from anyone other than ParserEventSupport!

Method Details

InputBufferEventArgs() public méthode

InputBufferEventArgs() public méthode

public InputBufferEventArgs ( int type, char c, int lookaheadAmount )
type int
c char
lookaheadAmount int

ToString() public méthode

public ToString ( ) : string
Résultat string