Package | Description |
---|---|
com.google.auto.value.processor.escapevelocity |
Modifier and Type | Field and Description |
---|---|
private Parser.Operator |
Parser.OperatorParser.currentOperator
The operator we have just scanned, in the same way that
Parser.c is the character we have
just read. |
(package private) Parser.Operator |
ExpressionNode.BinaryExpressionNode.op |
Modifier and Type | Field and Description |
---|---|
private static com.google.common.collect.ImmutableListMultimap<java.lang.Integer,Parser.Operator> |
Parser.CODE_POINT_TO_OPERATORS
Maps a code point to the operators that begin with that code point.
|
Modifier and Type | Method and Description |
---|---|
static Parser.Operator |
Parser.Operator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Parser.Operator[] |
Parser.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BinaryExpressionNode(ExpressionNode lhs,
Parser.Operator op,
ExpressionNode rhs) |