Uses of Interface
com._1c.g5.v8.dt.bsl.model.UnaryExpression
Packages that use UnaryExpression
Package
Description
-
Uses of UnaryExpression in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return UnaryExpressionModifier and TypeMethodDescriptionBslFactory.createUnaryExpression()
Returns a new object of class 'Unary Expression'. -
Uses of UnaryExpression in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement UnaryExpressionModifier and TypeClassDescriptionclass
An implementation of the model object 'Unary Expression'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return UnaryExpression -
Uses of UnaryExpression in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type UnaryExpressionModifier and TypeMethodDescriptionBslSwitch.caseUnaryExpression
(UnaryExpression object) Returns the result of interpreting the object as an instance of 'Unary Expression'. -
Uses of UnaryExpression in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource with parameters of type UnaryExpressionModifier and TypeMethodDescriptionTypesComputer._compute
(UnaryExpression unary, Environments envs) -
Uses of UnaryExpression in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type UnaryExpressionModifier and TypeMethodDescriptionprotected List<BslJavaValidator.ErrorDescr>
TypesChecker._checkExpression
(UnaryExpression expr, Environments envs) -
Uses of UnaryExpression in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type UnaryExpressionModifier and TypeMethodDescriptionprotected void
BslFormatter2.formatUnaryExpression
(UnaryExpression expression, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsUnaryExpression
object