Property | Type | Description | |
---|---|---|---|
text | string |
Property | Type | Description | |
---|---|---|---|
FastToken | System | ||
FastToken | System | ||
FastToken | System |
Method | Description | |
---|---|---|
PrettyPrint ( StringBuilder sb ) : void | ||
ToInt ( ) : int | ||
ToString ( ) : string | ||
TryGetInt ( int &k ) : bool |
Method | Description | |
---|---|---|
FastToken ( string name ) : System | ||
FastToken ( string text, FastLexLocation loc, Tokens kind ) : System | ||
FastToken ( string name, Tokens kind ) : System |
public PrettyPrint ( StringBuilder sb ) : void | ||
sb | StringBuilder | |
return | void |