public interface IBuiltinBindingsProvider
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the CDT team.
Modifier and Type | Method and Description |
---|---|
IBinding[] |
getBuiltinBindings(IScope scope)
Get additional built-in bindings for the given scope.
|
boolean |
isKnownBuiltin(char[] builtinName)
Returns whether the given name names a known builtin.
|
IBinding[] getBuiltinBindings(IScope scope)
scope
- the scope the bindings are added toIBinding
s, may not return null
boolean isKnownBuiltin(char[] builtinName)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.