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
Subclasses with type arguments of type AssignmentOperatorType in com.strobel.decompiler.languages.java.astFields in com.strobel.decompiler.languages.java.ast declared as AssignmentOperatorTypeMethods in com.strobel.decompiler.languages.java.ast that return AssignmentOperatorTypeModifier and TypeMethodDescriptionstatic AssignmentOperatorTypeAssignmentExpression.getCorrespondingAssignmentOperator(BinaryOperatorType operator) final AssignmentOperatorTypeAssignmentExpression.getOperator()static AssignmentOperatorTypeReturns 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 BinaryOperatorTypeAssignmentExpression.getCorrespondingBinaryOperator(AssignmentOperatorType operator) static TokenRoleAssignmentExpression.getOperatorRole(AssignmentOperatorType operator) final voidAssignmentExpression.setOperator(AssignmentOperatorType operator) Constructors in com.strobel.decompiler.languages.java.ast with parameters of type AssignmentOperatorTypeModifierConstructorDescriptionAssignmentExpression(Expression left, AssignmentOperatorType operator, Expression right)