Package | Description |
---|---|
org.eclipse.jdt.core.dom |
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
|
Modifier and Type | Field and Description |
---|---|
static PostfixExpression.Operator |
PostfixExpression.Operator.DECREMENT
Postfix decrement "--" operator.
|
static PostfixExpression.Operator |
PostfixExpression.Operator.INCREMENT
Postfix increment "++" operator.
|
Modifier and Type | Method and Description |
---|---|
PostfixExpression.Operator |
PostfixExpression.getOperator()
Returns the operator of this postfix expression.
|
static PostfixExpression.Operator |
PostfixExpression.Operator.toOperator(String token)
Returns the postfix operator corresponding to the given string,
or
null if none. |
Modifier and Type | Method and Description |
---|---|
void |
PostfixExpression.setOperator(PostfixExpression.Operator operator)
Sets the operator of this postfix expression.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.