Package | Description |
---|---|
org.eclipse.wst.jsdt.core.ast |
Modifier and Type | Interface and Description |
---|---|
interface |
IAND_AND_Expression
Representation of a && expression
This interface is not intended to be implemented by clients.
|
interface |
IBinaryExpression
Representation of binary expressions
This interface is not intended to be implemented by clients.
|
interface |
ICombinedBinaryExpression
Representation of binary expression.
|
interface |
IConditionalExpression
Representation of a conditional expression.
|
interface |
IEqualExpression
Representation of = expression.
|
interface |
IInstanceOfExpression
This interface is not intended to be implemented by clients.
|
interface |
IOR_OR_Expression
Representation of an or or (||) expression.
|
interface |
IUnaryExpression
Representation of a unary expression.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.