Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.IASTComment

Packages that use IASTComment
org.eclipse.cdt.core.dom.ast   
 

Uses of IASTComment in org.eclipse.cdt.core.dom.ast
 

Fields in org.eclipse.cdt.core.dom.ast declared as IASTComment
static IASTComment[] IASTComment.EMPTY_COMMENT_ARRAY
           
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTComment
 IASTComment[] IASTTranslationUnit.getComments()
          In case the AST was created in a way that supports comment parsing, all comments of the translation unit are returned.
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTComment
 int ASTVisitor.leave(IASTComment comment)
          Deprecated. use IASTTranslationUnit.getComments(), instead.
 int ASTVisitor.visit(IASTComment comment)
          Deprecated. use IASTTranslationUnit.getComments(), instead.
 


Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.