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.qlMethods in com._1c.g5.v8.dt.ql with parameters of type NumberLiteralExpression Modifier and Type Method Description static 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 NumberLiteralExpression Modifier and Type Method Description NumberLiteralExpressionQlFactory. 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 NumberLiteralExpression Modifier and Type Class Description classNumberLiteralExpressionImplAn 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 NumberLiteralExpressionQlFactoryImpl. createNumberLiteralExpression()
- 
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 NumberLiteralExpression Modifier and Type Method Description TQlSwitch. 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 NumberLiteralExpression Modifier and Type Method Description voidQlValidator. checkNumberLiteralExpression(NumberLiteralExpression literal)
 
-