Uses of Interface
com._1c.g5.v8.dt.ql.model.NumberLiteralExpression
-
Packages that use NumberLiteralExpression Package Description com._1c.g5.v8.dt.ql com._1c.g5.v8.dt.ql.model com._1c.g5.v8.dt.ql.model.impl com._1c.g5.v8.dt.ql.model.util com._1c.g5.v8.dt.ql.validation -
-
Uses of NumberLiteralExpression in com._1c.g5.v8.dt.ql
Methods in com._1c.g5.v8.dt.ql with parameters of type NumberLiteralExpression Modifier and Type Method Description static 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 NumberLiteralExpression Modifier and Type Method Description NumberLiteralExpression
QlFactory. 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 NumberLiteralExpression Modifier and Type Class Description class
NumberLiteralExpressionImpl
An implementation of the model object 'Number Literal Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return NumberLiteralExpression Modifier and Type Method Description NumberLiteralExpression
QlFactoryImpl. createNumberLiteralExpression()
-
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 NumberLiteralExpression Modifier and Type Method Description T
QlSwitch. 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 NumberLiteralExpression Modifier and Type Method Description void
QlValidator. checkNumberLiteralExpression(NumberLiteralExpression literal)
-