Uses of Enum Class
com.google.auto.value.processor.escapevelocity.Parser.Operator
Packages that use Parser.Operator
-
Uses of Parser.Operator in com.google.auto.value.processor.escapevelocity
Fields in com.google.auto.value.processor.escapevelocity declared as Parser.OperatorModifier and TypeFieldDescriptionprivate Parser.Operator
Parser.OperatorParser.currentOperator
The operator we have just scanned, in the same way thatParser.c
is the character we have just read.(package private) final Parser.Operator
ExpressionNode.BinaryExpressionNode.op
Fields in com.google.auto.value.processor.escapevelocity with type parameters of type Parser.OperatorModifier and TypeFieldDescriptionprivate static final com.google.common.collect.ImmutableListMultimap<Integer,
Parser.Operator> Parser.CODE_POINT_TO_OPERATORS
Maps a code point to the operators that begin with that code point.Methods in com.google.auto.value.processor.escapevelocity that return Parser.OperatorModifier and TypeMethodDescriptionstatic Parser.Operator
Returns the enum constant of this class with the specified name.static Parser.Operator[]
Parser.Operator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.google.auto.value.processor.escapevelocity with parameters of type Parser.OperatorModifierConstructorDescription(package private)
BinaryExpressionNode
(ExpressionNode lhs, Parser.Operator op, ExpressionNode rhs)