Eclipse CDT
Pre-release 3.0

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

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

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()
           
 


Eclipse CDT
Pre-release 3.0

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