Class CastExpressionExtension

java.lang.Object
org.emftext.language.java.extensions.expressions.CastExpressionExtension

public class CastExpressionExtension extends Object
  • 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 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.