C# 클래스 Irony.Parsing.SourceLocation

파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Column int
Line int
Position int

공개 메소드들

메소드 설명
Compare ( SourceLocation x, SourceLocation y ) : int
SourceLocation ( int position, int line, int column ) : System
ToString ( ) : string
ToUiString ( ) : string
operator ( ) : SourceLocation

메소드 상세

Compare() 공개 정적인 메소드

public static Compare ( SourceLocation x, SourceLocation y ) : int
x SourceLocation
y SourceLocation
리턴 int

SourceLocation() 공개 메소드

public SourceLocation ( int position, int line, int column ) : System
position int
line int
column int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToUiString() 공개 메소드

public ToUiString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : SourceLocation
리턴 SourceLocation

프로퍼티 상세

Column 공개적으로 프로퍼티

public int Column
리턴 int

Line 공개적으로 프로퍼티

public int Line
리턴 int

Position 공개적으로 프로퍼티

public int Position
리턴 int