C# 클래스 Tools.SourceLineInfo

파일 보기 프로젝트 열기: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
charPosition int
endOfLine int
lineNumber int
lxr Lexer
rawCharPosition int
startOfLine int

공개 메소드들

메소드 설명
SourceLineInfo ( Lexer lx, int pos ) : System
SourceLineInfo ( LineManager lm, int pos ) : System
SourceLineInfo ( int pos ) : System
ToString ( ) : string

메소드 상세

SourceLineInfo() 공개 메소드

public SourceLineInfo ( Lexer lx, int pos ) : System
lx Lexer
pos int
리턴 System

SourceLineInfo() 공개 메소드

public SourceLineInfo ( LineManager lm, int pos ) : System
lm LineManager
pos int
리턴 System

SourceLineInfo() 공개 메소드

public SourceLineInfo ( int pos ) : System
pos int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

charPosition 공개적으로 프로퍼티

public int charPosition
리턴 int

endOfLine 공개적으로 프로퍼티

public int endOfLine
리턴 int

lineNumber 공개적으로 프로퍼티

public int lineNumber
리턴 int

lxr 공개적으로 프로퍼티

public Lexer,Tools lxr
리턴 Lexer

rawCharPosition 공개적으로 프로퍼티

public int rawCharPosition
리턴 int

startOfLine 공개적으로 프로퍼티

public int startOfLine
리턴 int