C# 클래스 IronKonoha.Token

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

공개 메소드들

메소드 설명
IsResolved ( Context ctx, KonohaSpace ks ) : bool
Print ( Context ctx, ReportLevel pe, string fmt ) : void
ToString ( ) : string
Token ( TokenType type, string text, int lpos ) : System
toERR ( Context ctx, uint errorcode ) : void

비공개 메소드들

메소드 설명
ResolveType ( Context ctx, Token tkP ) : Token

메소드 상세

IsResolved() 공개 메소드

public IsResolved ( Context ctx, KonohaSpace ks ) : bool
ctx Context
ks KonohaSpace
리턴 bool

Print() 공개 메소드

public Print ( Context ctx, ReportLevel pe, string fmt ) : void
ctx Context
pe ReportLevel
fmt string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Token() 공개 메소드

public Token ( TokenType type, string text, int lpos ) : System
type TokenType
text string
lpos int
리턴 System

toERR() 공개 메소드

public toERR ( Context ctx, uint errorcode ) : void
ctx Context
errorcode uint
리턴 void