Uses of Interface
com._1c.g5.v8.dt.bsl.model.NullLiteral
-
Packages that use NullLiteral 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 NullLiteral in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return NullLiteral Modifier and Type Method Description NullLiteralBslFactory. createNullLiteral()Returns a new object of class 'Null Literal'. -
Uses of NullLiteral in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement NullLiteral Modifier and Type Class Description classNullLiteralImplAn implementation of the model object 'Null Literal'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return NullLiteral Modifier and Type Method Description NullLiteralBslFactoryImpl. createNullLiteral() -
Uses of NullLiteral in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type NullLiteral Modifier and Type Method Description TBslSwitch. caseNullLiteral(NullLiteral object)Returns the result of interpreting the object as an instance of 'Null Literal'. -
Uses of NullLiteral in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource with parameters of type NullLiteral Modifier and Type Method Description protected List<TypeItem>TypesComputer. _compute(NullLiteral literal, Environments envs) -
Uses of NullLiteral in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type NullLiteral Modifier and Type Method Description protected voidBslFormatter2. formatNullLiteral(NullLiteral literal, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsNullLiteralobject
-