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
 void IASTTranslationUnit.setComments(IASTComment[] comments)
          Set comments to translation unit.
 int ASTVisitor.visit(IASTComment comment)
           
 int ASTVisitor.leave(IASTComment comment)
           
 


Eclipse CDT
Pre-release 3.0

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