public final class BlockExpression extends Expression
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
protected <T> T |
visit(ExpressionVisitor<T> v)
Dispatches to the specific visit method for this node type.
|
accept, add, arrayIndex, arrayLength, binary, binary, bitwiseAnd, bitwiseNot, bitwiseOr, block, coalesce, condition, constant, constant, convert, delegate, divide, equal, equals, exclusiveOr, get, get, get, greaterThan, greaterThanOrEqual, instanceOf, instanceOf, invoke, invoke, invoke, invoke, invoke, invoke, isNonNull, isNull, lambda, leftShift, lessThan, lessThanOrEqual, logicalAnd, logicalNot, logicalOr, member, modulo, multiply, negate, newArrayInit, newInstance, newInstance, newInstance, notEqual, parameter, rightShift, subtract, unaryprotected <T> T visit(ExpressionVisitor<T> v)
ExpressionBinaryExpression calls the
ExpressionVisitor.visit(BinaryExpression).visit in class ExpressionT - type the visitor methods return after processing.v - The visitor to visit this node with.Copyright © 2023 Streamx. All rights reserved.