Class CastExpr

All Implemented Interfaces:
NodeWithExpression<CastExpr>, NodeWithRange<Node>, NodeWithTokenRange<Node>, NodeWithType<CastExpr,​Type>, Observable, Visitable, HasParentNode<Node>, Cloneable

public class CastExpr extends Expression implements NodeWithType<CastExpr,​Type>, NodeWithExpression<CastExpr>
A typecast. The (long) in (long)15
Author:
Julio Vilmar Gesser