Uses of Interface
com._1c.g5.v8.dt.ql.model.NumberLiteralExpression
Packages that use NumberLiteralExpression
Package
Description
- 
Uses of NumberLiteralExpression in com._1c.g5.v8.dt.qlMethods in com._1c.g5.v8.dt.ql with parameters of type NumberLiteralExpressionModifier and TypeMethodDescriptionstatic booleanQlUtil.isFloatNumber(NumberLiteralExpression number) static booleanQlUtil.isZeroNumber(NumberLiteralExpression number) ChecksNumberLiteralExpressionfor zero
- 
Uses of NumberLiteralExpression in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return NumberLiteralExpressionModifier and TypeMethodDescriptionQlFactory.createNumberLiteralExpression()Returns a new object of class 'Number Literal Expression'.
- 
Uses of NumberLiteralExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement NumberLiteralExpressionModifier and TypeClassDescriptionclassAn implementation of the model object 'Number Literal Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return NumberLiteralExpression
- 
Uses of NumberLiteralExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type NumberLiteralExpressionModifier and TypeMethodDescriptionQlSwitch.caseNumberLiteralExpression(NumberLiteralExpression object) Returns the result of interpreting the object as an instance of 'Number Literal Expression'.
- 
Uses of NumberLiteralExpression in com._1c.g5.v8.dt.ql.validationMethods in com._1c.g5.v8.dt.ql.validation with parameters of type NumberLiteralExpressionModifier and TypeMethodDescriptionvoidQlValidator.checkNumberLiteralExpression(NumberLiteralExpression literal)