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 BooleanLiteral
IStaticExpressionValueComputer. 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 BooleanLiteral
BslFactory. 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 class
BooleanLiteralImpl
An 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 BooleanLiteral
BslFactoryImpl. 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 T
BslSwitch. 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 void
BslFormatter2. formatBooleanLiteral(BooleanLiteral literal, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsBooleanLiteral
object
-