public interface Cast extends Expression
Expression subinterface for casting.| Modifier and Type | Method and Description |
|---|---|
Expression |
getExpression()
Gets the
Expression for the cast (the right hand part of the
expression). |
Cast |
setExpression(Expression expr)
Sets the
Expression for the cast (the right hand part of the
expression). |
getTypeapplyStyle, cast, getComment, isActive, isBlockWithAbruptCompletion, setComment, toCode, visit, vmExpression getExpression()
Expression for the cast (the right hand part of the
expression).Cast setExpression(Expression expr)
Expression for the cast (the right hand part of the
expression).Copyright © 2000–2018 jenesis4java. All rights reserved.