jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.ast.nodeTypes
/
NodeWithExpression
Node
With
Expression
interface
NodeWithExpression
<
N
:
Node
?
>
(
source
)
A node that has an expression in it.
Inheritors
YieldStmt
SynchronizedStmt
ThrowStmt
ExpressionStmt
JmlLabledClause
JmlConditionalClause
InstanceOfExpr
UnaryExpr
CastExpr
Members
Functions
get
Expression
Link copied to clipboard
abstract
fun
getExpression
(
)
:
Expression
set
Expression
Link copied to clipboard
abstract
fun
setExpression
(
expression
:
Expression
)
:
N
open
fun
setExpression
(
expression
:
String
)
:
N