C# 클래스 Irony.Compiler.SourceSpan

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

공개 프로퍼티들

프로퍼티 타입 설명
Length int
Start SourceLocation

공개 메소드들

메소드 설명
SourceSpan ( SourceLocation start, int length ) : System

메소드 상세

SourceSpan() 공개 메소드

public SourceSpan ( SourceLocation start, int length ) : System
start SourceLocation
length int
리턴 System

프로퍼티 상세

Length 공개적으로 프로퍼티

public int Length
리턴 int

Start 공개적으로 프로퍼티

public SourceLocation,Irony.Compiler Start
리턴 SourceLocation