Eclipse CDT
7.0

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


Deprecated. Use IBuiltinBindingsProvider instead

@Deprecated
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

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


Eclipse CDT
7.0

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