Interface Initializer

All Superinterfaces:
ASTNode, BodyDeclaration, org.eclipse.emf.ecore.EObject, NamedElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
InitializerImpl

public interface Initializer
extends BodyDeclaration
A representation of the model object 'Initializer'.

The following features are supported:

See Also:
JavaPackage.getInitializer()
  • Method Details

    • getBody

      Block getBody()
      Returns the value of the 'Body' containment reference.
      Returns:
      the value of the 'Body' containment reference.
      See Also:
      setBody(Block), JavaPackage.getInitializer_Body()
    • setBody

      void setBody​(Block value)
      Sets the value of the 'Body' containment reference.
      Parameters:
      value - the new value of the 'Body' containment reference.
      See Also:
      getBody()