Method | Description | |
---|---|---|
IsKeyword ( string s ) : bool |
Returns true, if the given string is a known keyword, false otherwise.
|
|
KeywordToken ( string content ) : System | ||
ToVariableType ( ) : VariableType |
Returns the assisated VariableType for this keyword, if this keyword represents a variable type. Throws an excepion otherwise.
|
public KeywordToken ( string content ) : System | ||
content | string | |
return | System |