Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast
Interface IASTBuiltinSymbolProvider


public interface IASTBuiltinSymbolProvider

This is used to IASTName implementations to determine if they are bound to a Built-in Symbol provided by a Built-in Symbol Provider that implements this interface.


Method Summary
 IBinding[] getBuiltinBindings()
          Returns all of the IBindings corresponding to the IASTBuiltinSymbolProvider.
 

Method Detail

getBuiltinBindings

IBinding[] getBuiltinBindings()
Returns all of the IBindings corresponding to the IASTBuiltinSymbolProvider.

Parameters:
symbol -
Returns:

Eclipse CDT
Pre-release 3.0

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