|
Eclipse CDT 7.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IASTAttributeOwner | |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.cpp | |
org.eclipse.cdt.core.dom.ast.gnu.c |
Uses of IASTAttributeOwner in org.eclipse.cdt.core.dom.ast |
---|
Subinterfaces of IASTAttributeOwner in org.eclipse.cdt.core.dom.ast | |
---|---|
interface |
IASTArrayDeclarator
This is the declarator for an array. |
interface |
IASTBreakStatement
This is the break clause in a loop. |
interface |
IASTCaseStatement
This is a case in a switch statement. |
interface |
IASTCompoundStatement
This represents a block of statements. |
interface |
IASTContinueStatement
This is the continue clause in a loop. |
interface |
IASTDeclarationStatement
A declaration statement that introduces a declaration. |
interface |
IASTDeclarator
Base interface for a declarator. |
interface |
IASTDefaultStatement
This is the default clause in the switch statement. |
interface |
IASTDoStatement
Ye ol' do statement. |
interface |
IASTExpressionStatement
Expression statement. |
interface |
IASTFieldDeclarator
This represents a field in a struct. |
interface |
IASTForStatement
The 'for' statement. |
interface |
IASTFunctionDeclarator
This is a declarator for a function. |
interface |
IASTGotoStatement
Represents a goto statement. |
interface |
IASTIfStatement
The 'if' statement including the optional else clause. |
interface |
IASTLabelStatement
Represents a label statement. |
interface |
IASTNullStatement
This node represents a null statement, ';' |
interface |
IASTProblemStatement
This interface represents a parse problem where we tried to match against a statement. |
interface |
IASTReturnStatement
|
interface |
IASTSimpleDeclaration
This is a simple declaration which contains a sequence of declSpecifiers followed by a list of declarators. |
interface |
IASTStandardFunctionDeclarator
This is a declarator for a non K&R C function. |
interface |
IASTStatement
This is the root interface for statements. |
interface |
IASTSwitchStatement
The switch statement. |
interface |
IASTWhileStatement
Ye ol' while statement. |
Uses of IASTAttributeOwner in org.eclipse.cdt.core.dom.ast.cpp |
---|
Subinterfaces of IASTAttributeOwner in org.eclipse.cdt.core.dom.ast.cpp | |
---|---|
interface |
ICPPASTArrayDeclarator
Array declarator for C++ |
interface |
ICPPASTCatchHandler
Catch handler used for try block statements or for functions with try block. |
interface |
ICPPASTDeclarator
Declarator for c++. |
interface |
ICPPASTFieldDeclarator
Field declarator for c++. |
interface |
ICPPASTForStatement
The C++ 'for' statement. |
interface |
ICPPASTFunctionDeclarator
C++ adds a few things to function declarators. |
interface |
ICPPASTFunctionTryBlockDeclarator
Deprecated. |
interface |
ICPPASTIfStatement
The 'if' statement including the optional else clause. |
interface |
ICPPASTRangeBasedForStatement
Represents a range-based for loop. |
interface |
ICPPASTSwitchStatement
|
interface |
ICPPASTTryBlockStatement
This interface represents the try block statement. try { //body } catch (Exc e ) { // handler } catch ( ... ) { } |
interface |
ICPPASTUsingDeclaration
This interface represents a using declaration. |
interface |
ICPPASTUsingDirective
This interface represents a C++ using directive. |
interface |
ICPPASTWhileStatement
This interface accommodates C++ allows for broader while loop syntax. |
Uses of IASTAttributeOwner in org.eclipse.cdt.core.dom.ast.gnu.c |
---|
Subinterfaces of IASTAttributeOwner in org.eclipse.cdt.core.dom.ast.gnu.c | |
---|---|
interface |
ICASTKnRFunctionDeclarator
This is the declarator for a K&R C Function. |
|
Eclipse CDT 7.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |