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

상속: Spring.Expressions.Parser.antlr.debug.ANTLREventArgs
파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 메소드들

메소드 설명
InputBufferEventArgs ( )
InputBufferEventArgs ( int type, char c, int lookaheadAmount )
ToString ( ) : string

비공개 메소드들

메소드 설명
setValues ( int type, char c, int la ) : void

This should NOT be called from anyone other than ParserEventSupport!

메소드 상세

InputBufferEventArgs() 공개 메소드

InputBufferEventArgs() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string