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