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.ql
Methods in com._1c.g5.v8.dt.ql with parameters of type NumberLiteralExpressionModifier and TypeMethodDescriptionstatic boolean
QlUtil.isFloatNumber
(NumberLiteralExpression number) static boolean
QlUtil.isZeroNumber
(NumberLiteralExpression number) ChecksNumberLiteralExpression
for zero -
Uses of NumberLiteralExpression in com._1c.g5.v8.dt.ql.model
Methods 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.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement NumberLiteralExpressionModifier and TypeClassDescriptionclass
An 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.util
Methods 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.validation
Methods in com._1c.g5.v8.dt.ql.validation with parameters of type NumberLiteralExpressionModifier and TypeMethodDescriptionvoid
QlValidator.checkNumberLiteralExpression
(NumberLiteralExpression literal)