Uses of Interface
com._1c.g5.v8.dt.bsl.model.NumberLiteral
-
-
Uses of NumberLiteral in com._1c.g5.v8.dt.bsl.common
Methods in com._1c.g5.v8.dt.bsl.common that return types with arguments of type NumberLiteral Modifier and Type Method Description org.eclipse.xtext.util.Pair<Double,Collection<NumberLiteral>>IStaticExpressionValueComputer. getNumberContent(org.eclipse.emf.ecore.EObject expression)Gets the number content from the code. -
Uses of NumberLiteral in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return NumberLiteral Modifier and Type Method Description NumberLiteralBslFactory. createNumberLiteral()Returns a new object of class 'Number Literal'. -
Uses of NumberLiteral in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement NumberLiteral Modifier and Type Class Description classNumberLiteralImplAn implementation of the model object 'Number Literal'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return NumberLiteral Modifier and Type Method Description NumberLiteralBslFactoryImpl. createNumberLiteral() -
Uses of NumberLiteral in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type NumberLiteral Modifier and Type Method Description TBslSwitch. caseNumberLiteral(NumberLiteral object)Returns the result of interpreting the object as an instance of 'Number Literal'. -
Uses of NumberLiteral in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource with parameters of type NumberLiteral Modifier and Type Method Description protected List<TypeItem>TypesComputer. _compute(NumberLiteral literal, Environments envs) -
Uses of NumberLiteral in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type NumberLiteral Modifier and Type Method Description voidBslJavaValidator. checkNumberLiteralExpression(NumberLiteral literal) -
Uses of NumberLiteral in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type NumberLiteral Modifier and Type Method Description protected voidBslFormatter2. formatNumberLiteral(NumberLiteral literal, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsNumberLiteralobject
-