Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.core.dom.PostfixExpression.Operator
Packages, die PostfixExpression.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 PostfixExpression.Operator in org.aspectj.org.eclipse.jdt.core.dom
Felder in org.aspectj.org.eclipse.jdt.core.dom, die deklariert sind als PostfixExpression.OperatorModifizierer und TypFeldBeschreibungstatic final PostfixExpression.OperatorPostfixExpression.Operator.DECREMENTPostfix decrement "--" operator.static final PostfixExpression.OperatorPostfixExpression.Operator.INCREMENTPostfix increment "++" operator.Methoden in org.aspectj.org.eclipse.jdt.core.dom, die PostfixExpression.Operator zurückgebenModifizierer und TypMethodeBeschreibungPostfixExpression.getOperator()Returns the operator of this postfix expression.static PostfixExpression.OperatorPostfixExpression.Operator.toOperator(String token) Returns the postfix operator corresponding to the given string, ornullif none.Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ PostfixExpression.OperatorModifizierer und TypMethodeBeschreibungvoidPostfixExpression.setOperator(PostfixExpression.Operator operator) Sets the operator of this postfix expression.