C# 클래스 Spring.Expressions.Parser.antlr.LexerSharedInputState

파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
guessing int

보호된 프로퍼티들

프로퍼티 타입 설명
column int
filename string
input InputBuffer
line int
tokenStartColumn int
tokenStartLine int

공개 메소드들

메소드 설명
LexerSharedInputState ( InputBuffer inbuf )
LexerSharedInputState ( System.IO.Stream inStream )
LexerSharedInputState ( System.IO.TextReader inReader )
reset ( ) : void
resetInput ( InputBuffer ib ) : void
resetInput ( System.IO.Stream s ) : void
resetInput ( System.IO.TextReader tr ) : void

비공개 메소드들

메소드 설명
initialize ( ) : void

메소드 상세

LexerSharedInputState() 공개 메소드

public LexerSharedInputState ( InputBuffer inbuf )
inbuf InputBuffer

LexerSharedInputState() 공개 메소드

public LexerSharedInputState ( System.IO.Stream inStream )
inStream System.IO.Stream

LexerSharedInputState() 공개 메소드

public LexerSharedInputState ( System.IO.TextReader inReader )
inReader System.IO.TextReader

reset() 공개 메소드

public reset ( ) : void
리턴 void

resetInput() 공개 메소드

public resetInput ( InputBuffer ib ) : void
ib InputBuffer
리턴 void

resetInput() 공개 메소드

public resetInput ( System.IO.Stream s ) : void
s System.IO.Stream
리턴 void

resetInput() 공개 메소드

public resetInput ( System.IO.TextReader tr ) : void
tr System.IO.TextReader
리턴 void

프로퍼티 상세

column 보호되어 있는 프로퍼티

protected int column
리턴 int

filename 보호되어 있는 프로퍼티

protected string filename
리턴 string

guessing 공개적으로 프로퍼티

public int guessing
리턴 int

input 보호되어 있는 프로퍼티

protected InputBuffer,Spring.Expressions.Parser.antlr input
리턴 InputBuffer

line 보호되어 있는 프로퍼티

protected int line
리턴 int

tokenStartColumn 보호되어 있는 프로퍼티

protected int tokenStartColumn
리턴 int

tokenStartLine 보호되어 있는 프로퍼티

protected int tokenStartLine
리턴 int