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 UndefinedLiteral
BslFactory. 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 class
UndefinedLiteralImpl
An 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 UndefinedLiteral
BslFactoryImpl. 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 T
BslSwitch. 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 void
BslFormatter2. formatUndefinedLiteral(UndefinedLiteral literal, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsUndefinedLiteral
object
-