public class CastExpr extends UnaryOperator
Constructor and Description |
---|
CastExpr(Expr operand,
DataTypeExpr target) |
Modifier and Type | Method and Description |
---|---|
Expr |
getOperand() |
DataTypeExpr |
getTarget() |
int |
hashCode() |
getChild, hasChild, setChild
public CastExpr(Expr operand, DataTypeExpr target)
public Expr getOperand()
public DataTypeExpr getTarget()
public int hashCode()
hashCode
in class UnaryOperator
Copyright © 2014 Apache Software Foundation. All Rights Reserved.