메소드 | 설명 | |
---|---|---|
IsValidToken ( int code ) : bool |
Return true if the passed code is a valid Token constant. Return true if the passed code is a valid Token constant. |
|
KeywordToName ( int token ) : string |
Convert a keyword token to a name string for use with the
|
|
Name ( int token ) : string |
Returns a name for the token. Returns a name for the token. If Rhino is compiled with certain hardcoded debugging flags in this file, it calls |
|
TypeToName ( int token ) : string |
Always returns a human-readable string for the token name. Always returns a human-readable string for the token name. For instance, |
public static IsValidToken ( int code ) : bool | ||
code | int | a potential token code |
리턴 | bool |
public static KeywordToName ( int token ) : string | ||
token | int | A token |
리턴 | string |
public static TypeToName ( int token ) : string | ||
token | int | the token code |
리턴 | string |