Uses of Interface
com._1c.g5.v8.dt.bsl.model.NumberLiteral
Packages that use NumberLiteral
Package
Description
-
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 NumberLiteralModifier and TypeMethodDescriptionorg.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 NumberLiteralModifier and TypeMethodDescriptionBslFactory.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 NumberLiteralModifier and TypeClassDescriptionclass
An implementation of the model object 'Number Literal'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return NumberLiteral -
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 NumberLiteralModifier and TypeMethodDescriptionBslSwitch.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 NumberLiteralModifier and TypeMethodDescriptionTypesComputer._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 NumberLiteralModifier and TypeMethodDescriptionvoid
BslJavaValidator.checkNumberLiteralExpression
(NumberLiteral literal) Deprecated. -
Uses of NumberLiteral in com._1c.g5.v8.dt.internal.bsl.resource
Methods in com._1c.g5.v8.dt.internal.bsl.resource that return types with arguments of type NumberLiteralModifier and TypeMethodDescriptionprotected org.eclipse.xtext.util.Pair<Double,
Collection<NumberLiteral>> StaticExpressionValueComputer.getNumberContent
(BinaryExpression bo) Gets the number content and it's source number literals for the binary expression: PLUS, MINUS, MULITPLY, DIVIDE and MODULOprotected org.eclipse.xtext.util.Pair<Double,
Collection<NumberLiteral>> StaticExpressionValueComputer.getNumberContent
(Function function) Gets the number content and source literals for the local function.protected org.eclipse.xtext.util.Pair<Double,
Collection<NumberLiteral>> StaticExpressionValueComputer.getNumberContent
(Invocation inv) Gets the number content and source literals for the local invocation of the function.protected org.eclipse.xtext.util.Pair<Double,
Collection<NumberLiteral>> StaticExpressionValueComputer.getNumberContent
(StaticFeatureAccess fa) Gets the number content and it's source number literals for the static feature access.org.eclipse.xtext.util.Pair<Double,
Collection<NumberLiteral>> StaticExpressionValueComputer.getNumberContent
(org.eclipse.emf.ecore.EObject expression) -
Uses of NumberLiteral in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type NumberLiteralModifier and TypeMethodDescriptionprotected void
BslFormatter2.formatNumberLiteral
(NumberLiteral literal, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsNumberLiteral
object