Interface CodeCastExpression
- All Superinterfaces:
CodeExpression, CodeItem
- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
Field Summary
Fields inherited from interface CodeItem
DEFAULT_INDENT, DEFAULT_NEWLINE -
Method Summary
Methods inherited from interface CodeExpression
evaluateMethods inherited from interface CodeItem
getLanguage, getSourceCode, write, write, write, write, write, write
-
Method Details
-
getType
CodeGenericType getType()- Returns:
- the
CodeGenericTypeto cast theexpressionto.
-
getExpression
CodeExpression getExpression()- Returns:
- the
CodeExpressionto be casted totype.
-