C# 클래스 Boo.Lang.Parser.SourceLocationFactory

파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

공개 메소드들

메소드 설명
ToEndSourceLocation ( antlr token ) : SourceLocation
ToLexicalInfo ( antlr token ) : LexicalInfo
ToSourceLocation ( antlr token ) : SourceLocation

메소드 상세

ToEndSourceLocation() 공개 정적인 메소드

public static ToEndSourceLocation ( antlr token ) : SourceLocation
token antlr
리턴 SourceLocation

ToLexicalInfo() 공개 정적인 메소드

public static ToLexicalInfo ( antlr token ) : LexicalInfo
token antlr
리턴 LexicalInfo

ToSourceLocation() 공개 정적인 메소드

public static ToSourceLocation ( antlr token ) : SourceLocation
token antlr
리턴 SourceLocation