Uses of Interface
com._1c.g5.v8.dt.bsl.model.UnaryExpression
-
-
Uses of UnaryExpression in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return UnaryExpression Modifier and Type Method Description UnaryExpression
BslFactory. 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 UnaryExpression Modifier and Type Class Description class
UnaryExpressionImpl
An implementation of the model object 'Unary Expression'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return UnaryExpression Modifier and Type Method Description UnaryExpression
BslFactoryImpl. createUnaryExpression()
-
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 UnaryExpression Modifier and Type Method Description T
BslSwitch. 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 UnaryExpression Modifier and Type Method Description protected List<TypeItem>
TypesComputer. _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 UnaryExpression Modifier and Type Method Description protected 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 UnaryExpression Modifier and Type Method Description protected void
BslFormatter2. formatUnaryExpression(UnaryExpression expression, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsUnaryExpression
object
-