Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.core.dom.Assignment.Operator
Packages, die Assignment.Operator verwenden
Package
Beschreibung
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Verwendungen von Assignment.Operator in org.aspectj.org.eclipse.jdt.core.dom
Felder in org.aspectj.org.eclipse.jdt.core.dom, die deklariert sind als Assignment.OperatorModifizierer und TypFeldBeschreibungstatic final Assignment.OperatorAssignment.Operator.ASSIGN= operator.static final Assignment.OperatorAssignment.Operator.BIT_AND_ASSIGN&= operator.static final Assignment.OperatorAssignment.Operator.BIT_OR_ASSIGN|= operator.static final Assignment.OperatorAssignment.Operator.BIT_XOR_ASSIGN^= operator.static final Assignment.OperatorAssignment.Operator.DIVIDE_ASSIGN/= operator.static final Assignment.OperatorAssignment.Operator.LEFT_SHIFT_ASSIGN<<== operator.static final Assignment.OperatorAssignment.Operator.MINUS_ASSIGN-= operator.static final Assignment.OperatorAssignment.Operator.PLUS_ASSIGN+= operator.static final Assignment.OperatorAssignment.Operator.REMAINDER_ASSIGN%= operator.static final Assignment.OperatorAssignment.Operator.RIGHT_SHIFT_SIGNED_ASSIGN>>= operator.static final Assignment.OperatorAssignment.Operator.RIGHT_SHIFT_UNSIGNED_ASSIGN>>>= operator.static final Assignment.OperatorAssignment.Operator.TIMES_ASSIGN= operator.Methoden in org.aspectj.org.eclipse.jdt.core.dom, die Assignment.Operator zurückgebenModifizierer und TypMethodeBeschreibungAssignment.getOperator()Returns the operator of this assignment expression.static Assignment.OperatorAssignment.Operator.toOperator(String token) Returns the assignment operator corresponding to the given string, ornullif none.Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ Assignment.OperatorModifizierer und TypMethodeBeschreibungvoidAssignment.setOperator(Assignment.Operator assignmentOperator) Sets the operator of this assignment expression.