Package | Description |
---|---|
org.eclipse.wst.jsdt.core.dom |
Modifier and Type | Field and Description |
---|---|
static PrefixExpression.Operator |
PrefixExpression.Operator.COMPLEMENT
Bitwise complement "~" operator.
|
static PrefixExpression.Operator |
PrefixExpression.Operator.DECREMENT
Prefix decrement "--" operator.
|
static PrefixExpression.Operator |
PrefixExpression.Operator.DELETE
delete operator
|
static PrefixExpression.Operator |
PrefixExpression.Operator.INCREMENT
Prefix increment "++" operator.
|
static PrefixExpression.Operator |
PrefixExpression.Operator.MINUS
Unary minus "-" operator.
|
static PrefixExpression.Operator |
PrefixExpression.Operator.NOT
Logical complement "!"
|
static PrefixExpression.Operator |
PrefixExpression.Operator.PLUS
Unary plus "+" operator.
|
static PrefixExpression.Operator |
PrefixExpression.Operator.TYPE_OF
typeof operator
|
static PrefixExpression.Operator |
PrefixExpression.Operator.VOID
void operator
|
Modifier and Type | Method and Description |
---|---|
PrefixExpression.Operator |
PrefixExpression.getOperator()
Returns the operator of this prefix expression.
|
static PrefixExpression.Operator |
PrefixExpression.Operator.toOperator(java.lang.String token)
Returns the prefix operator corresponding to the given string,
or
null if none. |
Modifier and Type | Method and Description |
---|---|
void |
PrefixExpression.setOperator(PrefixExpression.Operator operator)
Sets the operator of this prefix expression.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.