Token.this
- this(int pos, TokenType type, string text)
- this(int pos, KeywordType keyword, string text)
- this(int pos, OperatorType op, string text)
- this(int pos, TokenType type, Token[] base, int start, int end)
- this(int pos, OperatorType type, string text, Token right)
- this(int pos, OperatorType type, string text, Token left, Token right)
hibernated query Token
constructorsfunctionsvariables