Class CastDef
- java.lang.Object
-
- com.thoughtworks.qdox.parser.expression.ExpressionDef
-
- com.thoughtworks.qdox.parser.expression.CastDef
-
- All Implemented Interfaces:
ElemValueDef
public class CastDef extends ExpressionDef
-
-
Constructor Summary
Constructors Constructor Description CastDef(TypeDef type, ElemValueDef value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElemValueDef
getElemDef()
TypeDef
getTypeDef()
<U> U
transform(ElemValueTransformer<U> transformer)
-
-
-
Constructor Detail
-
CastDef
public CastDef(TypeDef type, ElemValueDef value)
-
-
Method Detail
-
getTypeDef
public TypeDef getTypeDef()
-
getElemDef
public ElemValueDef getElemDef()
-
transform
public <U> U transform(ElemValueTransformer<U> transformer)
-
-