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 Defines
add(Defines defines)
Adds instance ofDefines
passed in parameter to this instance and creates new containig sum of two instances.Define
defined(String symbol)
Checks whether symbol defined or not.Environments
environments(String symbol)
GetsEnvironments
instance 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
Define
if symbol is defined. Otherwisenull
.
-
environments
public Environments environments(String symbol)
GetsEnvironments
instance associated with symbol.- Parameters:
symbol
- symbol to check. May not benull
.- Returns:
- instance of corresponding
Environments
if symbol is defined. Otherwisenull
.
-
-