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