Package com._1c.g5.v8.dt.bsl.common
Class ComputerPreprocessorExpression
- java.lang.Object
- 
- com._1c.g5.v8.dt.bsl.common.ComputerPreprocessorExpression
 
- 
 public class ComputerPreprocessorExpression extends Object Computer forPreprocessorExpression
 Use "Reverse Polish notation" for compute expression
 see Reverse Polish notation
- 
- 
Constructor SummaryConstructors Constructor Description ComputerPreprocessorExpression(PreprocessorExpression expression)Initialize
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Environmentscompute()Compute expression for purpose gettingEnvironmentsatisfying to this expression
 
- 
- 
- 
Constructor Detail- 
ComputerPreprocessorExpressionpublic ComputerPreprocessorExpression(PreprocessorExpression expression) Initialize- Parameters:
- expression- for computing
- Throws:
- IllegalArgumentException- if- expression == null
 
 
- 
 - 
Method Detail- 
computepublic Environments compute() Compute expression for purpose gettingEnvironmentsatisfying to this expression- Returns:
- computed Environments
 
 
- 
 
-