Uses of Enum Class
com.strobel.decompiler.languages.java.ast.BinaryOperatorType
Packages that use BinaryOperatorType
Package
Description
-
Uses of BinaryOperatorType in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast that return BinaryOperatorTypeModifier and TypeMethodDescriptionstatic BinaryOperatorTypeAssignmentExpression.getCorrespondingBinaryOperator(AssignmentOperatorType operator) final BinaryOperatorTypeBinaryOperatorExpression.getOperator()static BinaryOperatorTypeReturns the enum constant of this class with the specified name.static BinaryOperatorType[]BinaryOperatorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.decompiler.languages.java.ast with parameters of type BinaryOperatorTypeModifier and TypeMethodDescriptionstatic AssignmentOperatorTypeAssignmentExpression.getCorrespondingAssignmentOperator(BinaryOperatorType operator) static TokenRoleBinaryOperatorExpression.getOperatorRole(BinaryOperatorType operator) final voidBinaryOperatorExpression.setOperator(BinaryOperatorType operator) Constructors in com.strobel.decompiler.languages.java.ast with parameters of type BinaryOperatorTypeModifierConstructorDescriptionBinaryOperatorExpression(Expression left, BinaryOperatorType operator, Expression right) -
Uses of BinaryOperatorType in com.strobel.decompiler.languages.java.utilities
Methods in com.strobel.decompiler.languages.java.utilities with parameters of type BinaryOperatorTypeModifier and TypeMethodDescriptionstatic booleanTypeUtilities.isBinaryOperatorApplicable(BinaryOperatorType op, TypeReference lType, TypeReference rType, TypeReference expectedResultType, boolean strict) static booleanTypeUtilities.isBinaryOperatorApplicable(BinaryOperatorType op, AstType lType, AstType rType, TypeReference expectedResultType, boolean strict) -
Uses of BinaryOperatorType in com.strobel.decompiler.patterns
Constructors in com.strobel.decompiler.patterns with parameters of type BinaryOperatorTypeModifierConstructorDescriptionLeftmostBinaryOperandNode(INode pattern, BinaryOperatorType type, boolean matchWithoutOperator) SingleOrBinaryAggregateNode(BinaryOperatorType operator, INode pattern)