Eclipse CDT
7.0

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

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

public interface IASTImplicitNameOwner
extends IASTNode

An implicit name generated on demand.

Since:
5.1

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, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, 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, 2010. All Rights Reserved.