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

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

공개 메소드들

메소드 설명
GuessingEventArgs ( )
GuessingEventArgs ( int type )
setValues ( int type, int guessing ) : void

This should NOT be called from anyone other than ParserEventSupport!

메소드 상세

GuessingEventArgs() 공개 메소드

public GuessingEventArgs ( )

GuessingEventArgs() 공개 메소드

public GuessingEventArgs ( int type )
type int

setValues() 공개 메소드

This should NOT be called from anyone other than ParserEventSupport!
public setValues ( int type, int guessing ) : void
type int
guessing int
리턴 void