Token

Undocumented in source.

Constructors

this
this(int pos, TokenType type, string text)
Undocumented in source.
this
this(int pos, KeywordType keyword, string text)
Undocumented in source.
this
this(int pos, OperatorType op, string text)
Undocumented in source.
this
this(int pos, TokenType type, Token[] base, int start, int end)
Undocumented in source.
this
this(int pos, OperatorType type, string text, Token right)
Undocumented in source.
this
this(int pos, OperatorType type, string text, Token left, Token right)
Undocumented in source.

Members

Functions

dump
string dump(int level)
Undocumented in source. Be warned that the author may not have intended to support it.
isCompound
bool isCompound()
Undocumented in source. Be warned that the author may not have intended to support it.
isExpression
bool isExpression()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

children
Token[] children;
Undocumented in source.
entity
EntityInfo entity;
Undocumented in source.
field
PropertyInfo field;
Undocumented in source.
from
FromClauseItem from;
Undocumented in source.
keyword
KeywordType keyword;
Undocumented in source.
operator
OperatorType operator;
Undocumented in source.
pos
int pos;
Undocumented in source.
spaceAfter
string spaceAfter;
Undocumented in source.
text
string text;
Undocumented in source.
type
TokenType type;
Undocumented in source.

Meta