org.eclipse.gmt.modisco.java
Interface Javadoc

All Superinterfaces:
ASTNode, Comment

public interface Javadoc
extends Comment

A representation of the model object 'Javadoc'.

The following features are supported:

See Also:
JavaPackage.getJavadoc()
Generated:
Model:

Method Summary
  getTags()
          Returns the value of the 'Tags' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.Comment
getContent, isEnclosedByParent, isPrefixOfParent, setContent, setEnclosedByParent, setPrefixOfParent
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getTags

 getTags()
Returns the value of the 'Tags' containment reference list. The list contents are of type TagElement.

If the meaning of the 'Tags' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Tags' containment reference list.
See Also:
JavaPackage.getJavadoc_Tags()
Generated:
Model:
containment="true"