Uses of Class
org.eclipse.jdt.core.dom.PostfixExpression.Operator
Packages that use PostfixExpression.Operator
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of PostfixExpression.Operator in org.eclipse.jdt.core.dom
Fields in org.eclipse.jdt.core.dom declared as PostfixExpression.OperatorModifier and TypeFieldDescriptionstatic final PostfixExpression.OperatorPostfixExpression.Operator.DECREMENTPostfix decrement "--" operator.static final PostfixExpression.OperatorPostfixExpression.Operator.INCREMENTPostfix increment "++" operator.Methods in org.eclipse.jdt.core.dom that return PostfixExpression.OperatorModifier and TypeMethodDescriptionPostfixExpression.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.Methods in org.eclipse.jdt.core.dom with parameters of type PostfixExpression.OperatorModifier and TypeMethodDescriptionvoidPostfixExpression.setOperator(PostfixExpression.Operator operator) Sets the operator of this postfix expression.