Class Defines
java.lang.Object
com._1c.g5.v8.dt.bsl.model.common.Defines
Set of
Define
instance.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdds instance ofDefines
passed in parameter to this instance and creates new containig sum of two instances.Checks whether symbol defined or not.environments
(String symbol) GetsEnvironments
instance associated with symbol.
-
Field Details
-
EMPTY
-
-
Constructor Details
-
Defines
Constructor.- Parameters:
defines
- array ofDefine
to be contained in created instance.
-
-
Method Details
-
defined
Checks whether symbol defined or not.- Parameters:
symbol
- symbol to check. May not benull
.- Returns:
- instance of corresponding
Define
if symbol is defined. Otherwisenull
.
-
environments
GetsEnvironments
instance associated with symbol.- Parameters:
symbol
- symbol to check. May not benull
.- Returns:
- instance of corresponding
Environments
if symbol is defined. Otherwisenull
.
-
add
Adds instance ofDefines
passed in parameter to this instance and creates new containig sum of two instances.- Parameters:
defines
- instance ofDefines
to be added to this. Can't benull
.- Returns:
- result of addition.
-