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
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 |
IMPLICIT_NAME
static final ASTNodeProperty IMPLICIT_NAME
getImplicitNames
IASTImplicitName[] getImplicitNames()
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.