Uses of Interface
org.eclipse.gmt.modisco.java.Comment
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.util |
-
Uses of Comment in org.eclipse.gmt.modisco.java
Subinterfaces of Comment in org.eclipse.gmt.modisco.java Modifier and Type Interface Description interfaceBlockCommentA representation of the model object 'Block Comment'.interfaceJavadocA representation of the model object 'Javadoc'.interfaceLineCommentA representation of the model object 'Line Comment'.Methods in org.eclipse.gmt.modisco.java that return types with arguments of type Comment Modifier and Type Method Description org.eclipse.emf.common.util.EList<Comment>CompilationUnit. getCommentList()Returns the value of the 'Comment List' reference list.org.eclipse.emf.common.util.EList<Comment>ASTNode. getComments()Returns the value of the 'Comments' containment reference list.org.eclipse.emf.common.util.EList<Comment>AbstractTypeDeclaration. getCommentsAfterBody()Returns the value of the 'Comments After Body' containment reference list.org.eclipse.emf.common.util.EList<Comment>AbstractTypeDeclaration. getCommentsBeforeBody()Returns the value of the 'Comments Before Body' containment reference list. -
Uses of Comment in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement Comment Modifier and Type Class Description classBlockCommentImplAn implementation of the model object 'Block Comment'.classCommentImplAn implementation of the model object 'Comment'.classJavadocImplAn implementation of the model object 'Javadoc'.classLineCommentImplAn implementation of the model object 'Line Comment'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return types with arguments of type Comment Modifier and Type Method Description org.eclipse.emf.common.util.EList<Comment>CompilationUnitImpl. getCommentList()org.eclipse.emf.common.util.EList<Comment>ASTNodeImpl. getComments()org.eclipse.emf.common.util.EList<Comment>AbstractTypeDeclarationImpl. getCommentsAfterBody()org.eclipse.emf.common.util.EList<Comment>AbstractTypeDeclarationImpl. getCommentsBeforeBody() -
Uses of Comment in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type Comment Modifier and Type Method Description TJavaSwitch. caseComment(Comment object)Returns the result of interpreting the object as an instance of 'Comment'.