public interface CastExpression extends Expression
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression()
Returns the node's cast expression.
|
java.lang.String |
getTypeName()
Returns the string representation of the Java class,
to which this node's expression is casted.
|
arrive, getChildren, getJavaClass, getObject, getParent, getTokenType, leave, setObject, setParent, walkNextChild
java.lang.String getTypeName()
Expression getExpression()
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.