Interface IASTImplicitNameOwner

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

public interface IASTImplicitNameOwner extends IASTNode
An AST node that may have implicit names.
Since:
5.1
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.