CsToken Member ListThis is the complete list of members for CsToken, including all inherited members.
c | CsToken | |
CsToken(CsTokenType type, LineInfo line_info) | CsToken | |
CsToken(CsTokenType type, LineInfo line_info, int token_index) | CsToken | |
CsToken(CsTokenType type, LineInfo line_info, string original_text) | CsToken | |
CsToken(CsTokenType type, string text, LineInfo line_info, string original_text) | CsToken | |
CsToken(CsTokenType type, string text, LineInfo line_info, string original_text, int index) | CsToken | |
CsToken(CsTokenType type, LineInfo line_info, string original_text, int token_index) | CsToken | |
CsToken(CsTokenType type, string text, CsLiteralType literal_type, LineInfo line_info) | CsToken | |
CsToken(CsTokenType type, string text, CsLiteralType literal_type, LineInfo line_info, string original_text) | CsToken | |
CsToken(CsTokenType type, LineEnum line_type, LineInfo line_info) | CsToken | |
CsToken(CsTokenType type, CsLiteralType literal_type, char c, LineInfo line_info, string original_text) | CsToken | |
CsToken(CsTokenType type, LineEnum line_type, LineInfo line_info, int token_index) | CsToken | |
CsToken(CsTokenType type, GreaterEnum greater_type, LineInfo line_info) | CsToken | |
CsToken(CsTokenType type, byte number, LineInfo line_info) | CsToken | |
evalOriginalSize() | CsToken | |
evalSize() | CsToken | |
getLineInfo() | CsToken | |
getOriginalText() | CsToken | |
getText() | CsToken | |
index | CsToken | |
isDocumentationComment() | CsToken | |
isKeyword(CsTokenType token_type) | CsToken | [static] |
isVerbatim() | CsToken | |
line_info | CsToken | |
line_type_to_text(LineEnum type) | CsToken | [static] |
number | CsToken | |
operator!=(CsToken lhs, CsToken rhs) | CsToken | [static] |
operator==(CsToken lhs, CsToken rhs) | CsToken | [static] |
original_text | CsToken | |
text | CsToken | |
token_type_to_text(CsTokenType type) | CsToken | [static] |
type | CsToken | |
|