Uses of Enum Class
com.strobel.decompiler.languages.java.ast.AssignmentOperatorType
Packages that use AssignmentOperatorType
-
Uses of AssignmentOperatorType in com.strobel.decompiler.languages.java.ast
Fields in com.strobel.decompiler.languages.java.ast declared as AssignmentOperatorTypeMethods in com.strobel.decompiler.languages.java.ast that return AssignmentOperatorTypeModifier and TypeMethodDescriptionstatic AssignmentOperatorType
AssignmentExpression.getCorrespondingAssignmentOperator
(BinaryOperatorType operator) final AssignmentOperatorType
AssignmentExpression.getOperator()
static AssignmentOperatorType
Returns the enum constant of this class with the specified name.static AssignmentOperatorType[]
AssignmentOperatorType.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 AssignmentOperatorTypeModifier and TypeMethodDescriptionstatic BinaryOperatorType
AssignmentExpression.getCorrespondingBinaryOperator
(AssignmentOperatorType operator) static TokenRole
AssignmentExpression.getOperatorRole
(AssignmentOperatorType operator) final void
AssignmentExpression.setOperator
(AssignmentOperatorType operator) Constructors in com.strobel.decompiler.languages.java.ast with parameters of type AssignmentOperatorTypeModifierConstructorDescriptionAssignmentExpression
(Expression left, AssignmentOperatorType operator, Expression right)