Uses of Interface
com._1c.g5.v8.dt.bsl.model.BooleanLiteral
-
-
Uses of BooleanLiteral in com._1c.g5.v8.dt.bsl.common
Methods in com._1c.g5.v8.dt.bsl.common that return BooleanLiteral Modifier and Type Method Description BooleanLiteralIStaticExpressionValueComputer. getBooleanContent(org.eclipse.emf.ecore.EObject expression)Gets the boolean literal from the code. -
Uses of BooleanLiteral in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return BooleanLiteral Modifier and Type Method Description BooleanLiteralBslFactory. createBooleanLiteral()Returns a new object of class 'Boolean Literal'. -
Uses of BooleanLiteral in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement BooleanLiteral Modifier and Type Class Description classBooleanLiteralImplAn implementation of the model object 'Boolean Literal'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return BooleanLiteral Modifier and Type Method Description BooleanLiteralBslFactoryImpl. createBooleanLiteral() -
Uses of BooleanLiteral in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type BooleanLiteral Modifier and Type Method Description TBslSwitch. caseBooleanLiteral(BooleanLiteral object)Returns the result of interpreting the object as an instance of 'Boolean Literal'. -
Uses of BooleanLiteral in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource with parameters of type BooleanLiteral Modifier and Type Method Description protected List<TypeItem>TypesComputer. _compute(BooleanLiteral literal, Environments envs) -
Uses of BooleanLiteral in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type BooleanLiteral Modifier and Type Method Description protected voidBslFormatter2. formatBooleanLiteral(BooleanLiteral literal, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsBooleanLiteralobject
-