Eclipse CDT
Pre-release 3.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
 

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
Pre-release 3.0

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