public interface Cast extends DynamicOperand
Modifier and Type | Method and Description |
---|---|
String |
getDesiredTypeName()
Get the name of the desired type to cast-to.
|
DynamicOperand |
getOperand()
Get the inner operand.
|
String getDesiredTypeName()
String
, never null
DynamicOperand getOperand()
DynamicOperand
instance, never null
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.