Package org.eclipse.gmt.modisco.java
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 Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<TagElement>getTags()Returns the value of the 'Tags' containment reference list.Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitMethods inherited from interface org.eclipse.gmt.modisco.java.Comment
getContent, isEnclosedByParent, isPrefixOfParent, setContent, setEnclosedByParent, setPrefixOfParentMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
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 typeTagElement.- Returns:
- the value of the 'Tags' containment reference list.
- See Also:
JavaPackage.getJavadoc_Tags()
-