Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast |
Modifier and Type | Field and Description |
---|---|
static IASTComment[] |
IASTComment.EMPTY_COMMENT_ARRAY |
Modifier and Type | Method and Description |
---|---|
IASTComment[] |
IASTTranslationUnit.getComments()
In case the AST was created in a way that supports comment parsing, all comments of
the translation unit are returned.
|
Modifier and Type | Method and Description |
---|---|
int |
ASTVisitor.leave(IASTComment comment)
Deprecated.
use
IASTTranslationUnit.getComments() , instead. |
int |
ASTVisitor.visit(IASTComment comment)
Deprecated.
use
IASTTranslationUnit.getComments() , instead. |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.