Package com._1c.g5.v8.dt.bsl.common
Class ComputerPreprocessorExpression
java.lang.Object
com._1c.g5.v8.dt.bsl.common.ComputerPreprocessorExpression
Computer for
Use "Reverse Polish notation" for compute expression
see Reverse Polish notation
PreprocessorExpression
Use "Reverse Polish notation" for compute expression
see Reverse Polish notation
-
Constructor Summary
ConstructorsConstructorDescriptionComputerPreprocessorExpression
(PreprocessorExpression expression) Initialize -
Method Summary
Modifier and TypeMethodDescriptioncompute()
Compute expression for purpose gettingEnvironment
satisfying to this expression
-
Constructor Details
-
ComputerPreprocessorExpression
Initialize- Parameters:
expression
- for computing- Throws:
IllegalArgumentException
- ifexpression == null
-
-
Method Details
-
compute
Compute expression for purpose gettingEnvironment
satisfying to this expression- Returns:
- computed
Environments
-