Uses of Interface
org.eclipse.gmt.modisco.java.Comment
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.emf.impl | |
| org.eclipse.gmt.modisco.java.emf.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.emf.impl
Classes in org.eclipse.gmt.modisco.java.emf.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'.Fields in org.eclipse.gmt.modisco.java.emf.impl with type parameters of type Comment Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Comment>CompilationUnitImpl. commentListThe cached value of the 'Comment List' reference list.protected org.eclipse.emf.common.util.EList<Comment>ASTNodeImpl. commentsThe cached value of the 'Comments' containment reference list.protected org.eclipse.emf.common.util.EList<Comment>AbstractTypeDeclarationImpl. commentsAfterBodyThe cached value of the 'Comments After Body' containment reference list.protected org.eclipse.emf.common.util.EList<Comment>AbstractTypeDeclarationImpl. commentsBeforeBodyThe cached value of the 'Comments Before Body' containment reference list.Methods in org.eclipse.gmt.modisco.java.emf.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.emf.util
Methods in org.eclipse.gmt.modisco.java.emf.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'.