Modifier and Type | Method and Description |
---|---|
Expression |
getExpression()
Gets the
Expression for this Statement . |
ExpressionStatement |
setExpression(Expression e)
Sets the
Expression for this Statement . |
comment, getLabel, isAbruptCompletionStatement, setLabel
applyStyle, cast, getComment, isActive, isBlockWithAbruptCompletion, setComment, toCode, visit, vm
Expression getExpression()
Expression
for this Statement
.ExpressionStatement setExpression(Expression e)
Expression
for this Statement
. Note that not all
expressions are suitable for standalone statements. See the java lang
spec for details.Copyright © 2000–2018 jenesis4java. All rights reserved.