public interface CastExpression extends Expression
[JLS3:15.16] Cast Expressions
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression()
Returns the target term.
|
Type |
getType()
Returns the target type.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
Type getType()
Expression getExpression()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.