C# Class IronKonoha.Token

Afficher le fichier Open project: tetsurom/ikonoha Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ResolveType ( Context ctx, Token tkP ) : Token

Method Details

IsResolved() public méthode

public IsResolved ( Context ctx, KonohaSpace ks ) : bool
ctx Context
ks KonohaSpace
Résultat bool

Print() public méthode

public Print ( Context ctx, ReportLevel pe, string fmt ) : void
ctx Context
pe ReportLevel
fmt string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Token() public méthode

public Token ( TokenType type, string text, int lpos ) : System
type TokenType
text string
lpos int
Résultat System

toERR() public méthode

public toERR ( Context ctx, uint errorcode ) : void
ctx Context
errorcode uint
Résultat void