Class CastExpressionExtension
- java.lang.Object
-
- org.emftext.language.java.extensions.expressions.CastExpressionExtension
-
public class CastExpressionExtension extends Object
-
-
Constructor Summary
Constructors Constructor Description CastExpressionExtension()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static MultiplicativeExpressionChild
getChild(CastExpression me)
Deprecated.Use getGeneralChild().static void
setChild(CastExpression me, MultiplicativeExpressionChild newChild)
Deprecated.Use setGeneralChild(Expression).
-
-
-
Method Detail
-
getChild
@Deprecated public static MultiplicativeExpressionChild getChild(CastExpression me)
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 public static void setChild(CastExpression me, MultiplicativeExpressionChild newChild)
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.
-
-