Interface Javadoc

All Superinterfaces:
ASTNode, Comment, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
JavadocImpl

public interface Javadoc
extends Comment
A representation of the model object 'Javadoc'.

The following features are supported:

See Also:
JavaPackage.getJavadoc()
  • Method Details

    • getTags

      org.eclipse.emf.common.util.EList<TagElement> getTags()
      Returns the value of the 'Tags' containment reference list. The list contents are of type TagElement.
      Returns:
      the value of the 'Tags' containment reference list.
      See Also:
      JavaPackage.getJavadoc_Tags()