Uses of Enum
com.github.javaparser.ast.expr.BinaryExpr.Operator
Packages that use BinaryExpr.Operator
Package
Description
Implementation of model based on JavaParser.
-
Uses of BinaryExpr.Operator in com.github.javaparser.ast.expr
Fields in com.github.javaparser.ast.expr declared as BinaryExpr.OperatorMethods in com.github.javaparser.ast.expr that return BinaryExpr.OperatorModifier and TypeMethodDescriptionBinaryExpr.getOperator()
static BinaryExpr.Operator
Returns the enum constant of this type with the specified name.static BinaryExpr.Operator[]
BinaryExpr.Operator.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.javaparser.ast.expr that return types with arguments of type BinaryExpr.OperatorMethods in com.github.javaparser.ast.expr with parameters of type BinaryExpr.OperatorConstructors in com.github.javaparser.ast.expr with parameters of type BinaryExpr.OperatorModifierConstructorDescriptionBinaryExpr
(Expression left, Expression right, BinaryExpr.Operator operator) BinaryExpr
(TokenRange tokenRange, Expression left, Expression right, BinaryExpr.Operator operator) This constructor is used by the parser and is considered private. -
Uses of BinaryExpr.Operator in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type BinaryExpr.OperatorModifier and TypeMethodDescriptionprotected ResolvedType
JavaParserFacade.getBinaryTypeConcrete
(Node left, Node right, boolean solveLambdas, BinaryExpr.Operator operator)