Package jtb.cparser.syntaxtree
Class CastExpression
- Object
-
- CastExpression
-
- All Implemented Interfaces:
Serializable
,Node
public class CastExpression extends Object implements Node
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description NodeChoice
f0
-
Constructor Summary
Constructors Constructor Description CastExpression(NodeChoice n0)
-
-
-
Field Detail
-
f0
public NodeChoice f0
-
-
Constructor Detail
-
CastExpression
public CastExpression(NodeChoice n0)
-
-