Uses of Interface
com._1c.g5.v8.dt.bsl.model.BinaryExpression
Packages that use BinaryExpression
Package
Description
-
Uses of BinaryExpression in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return BinaryExpressionModifier and TypeMethodDescriptionBslFactory.createBinaryExpression()
Returns a new object of class 'Binary Expression'. -
Uses of BinaryExpression in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement BinaryExpressionModifier and TypeClassDescriptionclass
An implementation of the model object 'Binary Expression'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return BinaryExpression -
Uses of BinaryExpression in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type BinaryExpressionModifier and TypeMethodDescriptionBslSwitch.caseBinaryExpression
(BinaryExpression object) Returns the result of interpreting the object as an instance of 'Binary Expression'. -
Uses of BinaryExpression in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource with parameters of type BinaryExpressionModifier and TypeMethodDescriptionTypesComputer._compute
(BinaryExpression operation, Environments envs) -
Uses of BinaryExpression in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type BinaryExpressionModifier and TypeMethodDescriptionprotected List<BslJavaValidator.ErrorDescr>
TypesChecker._checkExpression
(BinaryExpression expr, Environments envs) -
Uses of BinaryExpression in com._1c.g5.v8.dt.internal.bsl.resource
Methods in com._1c.g5.v8.dt.internal.bsl.resource with parameters of type BinaryExpressionModifier 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 IStringLiteralTextProvider
StaticExpressionValueComputer.getStringExpressionContent
(BinaryExpression bo) Gets the computed string content for binary expression. -
Uses of BinaryExpression in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type BinaryExpressionModifier and TypeMethodDescriptionprotected void
BslFormatter2.formatBinaryExpression
(BinaryExpression expression, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsBinaryExpression
objectprotected void
BslFormatter2.formatBinaryExpressionSimply
(BinaryExpression expression, org.eclipse.xtext.formatting2.IFormattableDocument document) Formats expression with simple indent on wrapprotected void
BslFormatter2.formatBinaryExpressionWithGroupWrapAndAligment
(BinaryExpression expression, org.eclipse.xtext.formatting2.IFormattableDocument document, int offset, int groupID, com.e1c.g5.v8.dt.formatter.bsl.BslFormatter2.binaryOperationPriority priority, com.e1c.g5.v8.dt.formatter.bsl.BslFormatter2.binaryOperationKind operationKind) Formats binary expression with group offset