|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
---|---|
groovy.sql | Groovy helper classes for working with SQL data as Groovy objects |
org.codehaus.groovy.antlr | Parser related classes. |
org.codehaus.groovy.ast.expr | AST nodes for Groovy expressions |
org.codehaus.groovy.syntax | Lexer, parser and trees. |
org.codehaus.groovy.transform |
Uses of Token in groovy.sql |
---|
Methods in groovy.sql with parameters of type Token | |
---|---|
protected java.lang.String |
SqlWhereVisitor.tokenAsSql(Token token)
|
Uses of Token in org.codehaus.groovy.antlr |
---|
Methods in org.codehaus.groovy.antlr that return Token | |
---|---|
protected static Token |
AntlrParserPlugin.makeToken(int typeCode,
antlr.collections.AST node)
|
Uses of Token in org.codehaus.groovy.ast.expr |
---|
Fields in org.codehaus.groovy.ast.expr declared as Token | |
---|---|
private Token |
BinaryExpression.operation
|
private Token |
PostfixExpression.operation
|
private Token |
PrefixExpression.operation
|
Methods in org.codehaus.groovy.ast.expr that return Token | |
---|---|
Token |
BinaryExpression.getOperation()
|
Token |
PostfixExpression.getOperation()
|
Token |
PrefixExpression.getOperation()
|
Constructors in org.codehaus.groovy.ast.expr with parameters of type Token | |
---|---|
BinaryExpression(Expression leftExpression,
Token operation,
Expression rightExpression)
|
|
DeclarationExpression(Expression left,
Token operation,
Expression right)
|
|
DeclarationExpression(VariableExpression left,
Token operation,
Expression right)
|
|
PostfixExpression(Expression expression,
Token operation)
|
|
PrefixExpression(Token operation,
Expression expression)
|
Uses of Token in org.codehaus.groovy.syntax |
---|
Fields in org.codehaus.groovy.syntax declared as Token | |
---|---|
static Token |
Token.EOF
|
static Token |
Token.NULL
|
private Token |
TokenMismatchException.unexpectedToken
|
Methods in org.codehaus.groovy.syntax that return Token | |
---|---|
Token |
Token.dup()
Returns a copy of this Token. |
abstract Token |
CSTNode.getRoot()
Returns the root of the node. |
Token |
Reduction.getRoot()
Returns the root of the node, the Token that indicates it's type. |
Token |
Token.getRoot()
Returns the root of the node. |
Token |
CSTNode.getRoot(boolean safe)
Returns the root of the node, the Token that indicates it's type. |
Token |
TokenMismatchException.getUnexpectedToken()
|
static Token |
Token.newDecimal(java.lang.String text,
int startLine,
int startColumn)
Creates a token that represents a decimal number. |
static Token |
Token.newIdentifier(java.lang.String text,
int startLine,
int startColumn)
Creates a token that represents an identifier. |
static Token |
Token.newInteger(java.lang.String text,
int startLine,
int startColumn)
Creates a token that represents an integer. |
static Token |
Token.newKeyword(java.lang.String text,
int startLine,
int startColumn)
Creates a token that represents a keyword. |
static Token |
Token.newPlaceholder(int type)
Creates a token with the specified meaning. |
static Token |
Token.newString(java.lang.String text,
int startLine,
int startColumn)
Creates a token that represents a double-quoted string. |
static Token |
Token.newSymbol(int type,
int startLine,
int startColumn)
Creates a token that represents a symbol, using a library for the text. |
static Token |
Token.newSymbol(java.lang.String type,
int startLine,
int startColumn)
Creates a token that represents a symbol, using a library for the type. |
Methods in org.codehaus.groovy.syntax with parameters of type Token | |
---|---|
private static int |
TokenException.getColumn(Token token)
|
private static int |
TokenException.getLine(Token token)
|
Constructors in org.codehaus.groovy.syntax with parameters of type Token | |
---|---|
ParserException(java.lang.String message,
Token token)
|
|
Reduction(Token root)
Initializes the Reduction with the specified root. |
|
TokenException(java.lang.String message,
Token token)
|
|
TokenMismatchException(Token token,
int expectedType)
|
Uses of Token in org.codehaus.groovy.transform |
---|
Fields in org.codehaus.groovy.transform declared as Token | |
---|---|
private static Token |
ImmutableASTTransformation.ASSIGN
|
private static Token |
ImmutableASTTransformation.COMPARE_EQUAL
|
private static Token |
ImmutableASTTransformation.COMPARE_IDENTICAL
|
private static Token |
ImmutableASTTransformation.COMPARE_NOT_EQUAL
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |