|
Eclipse CDT 7.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 |
---|
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |