C# 클래스 Bike.Parser.SourceLocation

파일 보기 프로젝트 열기: buunguyen/bike 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Column int
FilePath string
Line int

공개 메소드들

메소드 설명
SourceLocation ( string filePath, int line, int column )
ToString ( ) : string

메소드 상세

SourceLocation() 공개 메소드

public SourceLocation ( string filePath, int line, int column )
filePath string
line int
column int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Column 공개적으로 프로퍼티

public int Column
리턴 int

FilePath 공개적으로 프로퍼티

public string FilePath
리턴 string

Line 공개적으로 프로퍼티

public int Line
리턴 int