Uses of Interface
com._1c.g5.v8.dt.bsl.model.NumberLiteral
-
-
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 NumberLiteral
BslFactory. 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 class
NumberLiteralImpl
An 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 NumberLiteral
BslFactoryImpl. 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 T
BslSwitch. 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 void
BslJavaValidator. 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 void
BslFormatter2. formatNumberLiteral(NumberLiteral literal, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsNumberLiteral
object
-