Uses of Enum
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.OperatorParser.OperatorParser.currentOperatorThe operator we have just scanned, in the same way thatParser.cis the character we have just read.(package private) final Parser.OperatorExpressionNode.BinaryExpressionNode.opFields 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_OPERATORSMaps 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.OperatorReturns 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.Constructors in com.google.auto.value.processor.escapevelocity with parameters of type Parser.OperatorModifierConstructorDescription(package private)BinaryExpressionNode(ExpressionNode lhs, Parser.Operator op, ExpressionNode rhs)