Eclipse CDT
Pre-release 3.0

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


Deprecated. Use IBuiltinBindingsProvider instead

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()
          Deprecated. Returns all of the IBindings corresponding to the IASTBuiltinSymbolProvider.
 

Method Detail

getBuiltinBindings

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

Returns:

Eclipse CDT
Pre-release 3.0

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