Class CastExpressionExtension
java.lang.Object
org.emftext.language.java.extensions.expressions.CastExpressionExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Use getGeneralChild().static void
setChild
(CastExpression me, MultiplicativeExpressionChild newChild) Deprecated.Use setGeneralChild(Expression).
-
Constructor Details
-
CastExpressionExtension
public CastExpressionExtension()
-
-
Method Details
-
getChild
Deprecated.Use getGeneralChild().Gets the child of an CastExpression. This is a legacy method to provide a stable and backwards-compatible API.- Parameters:
me
- the CastExpression for which the child is returned.- Returns:
- the child.
-
setChild
Deprecated.Use setGeneralChild(Expression).Sets the child of an CastExpression. This is a legacy method to provide a stable and backwards-compatible API.- Parameters:
me
- the CastExpression for which the child is set.newChild
- the new child.
-