Uses of Interface
com._1c.g5.v8.dt.bsl.model.BooleanLiteral
-
Packages that use BooleanLiteral Package Description com._1c.g5.v8.dt.bsl.model com._1c.g5.v8.dt.bsl.model.impl com._1c.g5.v8.dt.bsl.model.util com._1c.g5.v8.dt.bsl.resource com.e1c.g5.v8.dt.formatter.bsl -
-
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
-