Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.IASTImplicitName

Packages that use IASTImplicitName
org.eclipse.cdt.core.dom.ast   
org.eclipse.cdt.core.dom.ast.cpp   
 

Uses of IASTImplicitName in org.eclipse.cdt.core.dom.ast
 

Fields in org.eclipse.cdt.core.dom.ast declared as IASTImplicitName
static IASTImplicitName[] IASTImplicitName.EMPTY_NAME_ARRAY
           
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTImplicitName
 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()
           
 

Uses of IASTImplicitName in org.eclipse.cdt.core.dom.ast.cpp
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return IASTImplicitName
 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.
 


Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.