Interface NodeWithExpression<N extends Node>
- All Known Implementing Classes:
CastExpr, ExpressionStmt, InstanceOfExpr, SynchronizedStmt, ThrowStmt, UnaryExpr, YieldStmt
public interface NodeWithExpression<N extends Node>
A node that has an expression in it.
-
Method Summary
Modifier and TypeMethodDescriptionsetExpression(Expression expression) default NsetExpression(String expression)
-
Method Details
-
getExpression
Expression getExpression() -
setExpression
-
setExpression
-