C# Class IronKonoha.Token

Mostra file Open project: tetsurom/ikonoha Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
ResolveType ( Context ctx, Token tkP ) : Token

Method Details

IsResolved() public method

public IsResolved ( Context ctx, KonohaSpace ks ) : bool
ctx Context
ks KonohaSpace
return bool

Print() public method

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

ToString() public method

public ToString ( ) : string
return string

Token() public method

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

toERR() public method

public toERR ( Context ctx, uint errorcode ) : void
ctx Context
errorcode uint
return void