Uses of Interface
com._1c.g5.v8.dt.bsl.model.BinaryExpression
-
-
Uses of BinaryExpression in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return BinaryExpression Modifier and Type Method Description BinaryExpression
BslFactory. 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 BinaryExpression Modifier and Type Class Description class
BinaryExpressionImpl
An implementation of the model object 'Binary Expression'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return BinaryExpression Modifier and Type Method Description BinaryExpression
BslFactoryImpl. createBinaryExpression()
-
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 BinaryExpression Modifier and Type Method Description T
BslSwitch. 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 BinaryExpression Modifier and Type Method Description protected List<TypeItem>
TypesComputer. _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 BinaryExpression Modifier and Type Method Description protected List<BslJavaValidator.ErrorDescr>
TypesChecker. _checkExpression(BinaryExpression expr, Environments envs)
-
Uses of BinaryExpression in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type BinaryExpression Modifier and Type Method Description protected 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
-