Eclipse CDT
7.0

org.eclipse.cdt.core.dom.ast
Interface IASTImplicitNameOwner

All Superinterfaces:
IASTNode
All Known Subinterfaces:
ICPPASTArraySubscriptExpression, ICPPASTBinaryExpression, ICPPASTDeleteExpression, ICPPASTExpressionList, ICPPASTFieldReference, ICPPASTFunctionCallExpression, ICPPASTLambdaExpression, ICPPASTNewExpression, ICPPASTRangeBasedForStatement, ICPPASTUnaryExpression, IGPPASTBinaryExpression

public interface IASTImplicitNameOwner
extends IASTNode

An AST node that may have implicit names.

Since:
5.1

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
IASTNode.CopyStyle
 
Field Summary
static ASTNodeProperty IMPLICIT_NAME
           
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
EMPTY_NODE_ARRAY
 
Method Summary
 IASTImplicitName[] getImplicitNames()
           
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
accept, contains, copy, copy, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent
 

Field Detail

IMPLICIT_NAME

static final ASTNodeProperty IMPLICIT_NAME
Method Detail

getImplicitNames

IASTImplicitName[] getImplicitNames()

Eclipse CDT
7.0

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