|
Eclipse CDT Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |