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 |
ICombinedBinaryExpression
Representation of binary expression.
|
interface |
IEqualExpression
Representation of = expression.
|
interface |
IOR_OR_Expression
Representation of an or or (||) expression.
|
Modifier and Type | Method and Description |
---|---|
void |
ASTVisitor.endVisit(IBinaryExpression binaryExpression) |
boolean |
ASTVisitor.visit(IBinaryExpression binaryExpression) |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.