IConfigTypeBag
Description
- Derived from
- Extended by
A IConfigTypeBag represents a scope in which identifiers are associated with ConfigType objects, for example declared variables and fields.
Type bags are used during parsing and PSI construction in order to resolve the types of identifier expressions. They do not contain config values.
Public / Methods
GetTypeNull
Returns the config type that is associated with the given name, for example the type of a script variable.
- ConfigException
-
If an unexpected error has occurred while obtaining the config type.
Extensions
GetTypeNull
Returns the config type that is associated with the given fully qualified name, for example the type of a script variable.
- ConfigException
-
If an unexpected error has occurred while obtaining the config type.