Class Defines
- java.lang.Object
-
- com._1c.g5.v8.dt.bsl.model.common.Defines
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Definesadd(Defines defines)Adds instance ofDefinespassed in parameter to this instance and creates new containig sum of two instances.Definedefined(String symbol)Checks whether symbol defined or not.Environmentsenvironments(String symbol)GetsEnvironmentsinstance associated with symbol.
-
-
-
Field Detail
-
EMPTY
public static final Defines EMPTY
-
-
Method Detail
-
defined
public Define defined(String symbol)
Checks whether symbol defined or not.- Parameters:
symbol- symbol to check. May not benull.- Returns:
- instance of corresponding
Defineif symbol is defined. Otherwisenull.
-
environments
public Environments environments(String symbol)
GetsEnvironmentsinstance associated with symbol.- Parameters:
symbol- symbol to check. May not benull.- Returns:
- instance of corresponding
Environmentsif symbol is defined. Otherwisenull.
-
-