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 ofDefinespassed in parameter to this instance and creates new containig sum of two instances.Checks whether symbol defined or not.environments(String symbol) GetsEnvironmentsinstance associated with symbol.
-
Field Details
-
EMPTY
-
-
Constructor Details
-
Defines
Constructor.- Parameters:
defines- array ofDefineto 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
Defineif symbol is defined. Otherwisenull.
-
environments
GetsEnvironmentsinstance associated with symbol.- Parameters:
symbol- symbol to check. May not benull.- Returns:
- instance of corresponding
Environmentsif symbol is defined. Otherwisenull.
-
add
Adds instance ofDefinespassed in parameter to this instance and creates new containig sum of two instances.- Parameters:
defines- instance ofDefinesto be added to this. Can't benull.- Returns:
- result of addition.
-