Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Interface and Description |
---|---|
interface |
IASTImplicitDestructorName
An implicit name corresponding to a destructor call for a temporary or a variable going out of scope.
|
Modifier and Type | Field and Description |
---|---|
static IASTImplicitName[] |
IASTImplicitName.EMPTY_NAME_ARRAY |
Modifier and Type | Method and Description |
---|---|
IASTImplicitName |
IASTNodeSelector.findEnclosingImplicitName(int offset,
int length)
Returns the first implicit name enclosing the given range.
|
IASTImplicitName |
IASTNodeSelector.findImplicitName(int offset,
int length)
Returns the implicit name for the exact given range, or
null if there is
no such node. |
IASTImplicitName[] |
IASTImplicitNameOwner.getImplicitNames() |
Modifier and Type | Method and Description |
---|---|
IASTImplicitName |
ICPPASTLambdaExpression.getClosureTypeName()
Returns an implicit name that represents the closure type.
|
IASTImplicitName |
ICPPASTLambdaExpression.getFunctionCallOperatorName()
Returns an implicit name that represents the implicit function call operator of
the closure.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.