Uses of Interface
com._1c.g5.v8.dt.bsl.model.Literal
-
Packages that use Literal 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.e1c.g5.v8.dt.formatter.bsl -
-
Uses of Literal in com._1c.g5.v8.dt.bsl.model
Subinterfaces of Literal in com._1c.g5.v8.dt.bsl.model Modifier and Type Interface Description interfaceBooleanLiteralA representation of the model object 'Boolean Literal'.interfaceDateLiteralA representation of the model object 'Date Literal'.interfaceNullLiteralA representation of the model object 'Null Literal'.interfaceNumberLiteralA representation of the model object 'Number Literal'.interfaceStringLiteralA representation of the model object 'String Literal'.interfaceUndefinedLiteralA representation of the model object 'Undefined Literal'.Methods in com._1c.g5.v8.dt.bsl.model that return Literal Modifier and Type Method Description LiteralFormalParam. getDefaultValue()Returns the value of the 'Default Value' containment reference.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type Literal Modifier and Type Method Description voidFormalParam. setDefaultValue(Literal value)Sets the value of the 'Default Value' containment reference. -
Uses of Literal in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement Literal Modifier and Type Class Description classBooleanLiteralImplAn implementation of the model object 'Boolean Literal'.classDateLiteralImplAn implementation of the model object 'Date Literal'.classLiteralImplAn implementation of the model object 'Literal'.classNullLiteralImplAn implementation of the model object 'Null Literal'.classNumberLiteralImplAn implementation of the model object 'Number Literal'.classStringLiteralImplAn implementation of the model object 'String Literal'.classUndefinedLiteralImplAn implementation of the model object 'Undefined Literal'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as Literal Modifier and Type Field Description protected LiteralFormalParamImpl. defaultValueThe cached value of the 'Default Value' containment reference.Methods in com._1c.g5.v8.dt.bsl.model.impl that return Literal Modifier and Type Method Description LiteralFormalParamImpl. getDefaultValue()Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type Literal Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainFormalParamImpl. basicSetDefaultValue(Literal newDefaultValue, org.eclipse.emf.common.notify.NotificationChain msgs)voidFormalParamImpl. setDefaultValue(Literal newDefaultValue) -
Uses of Literal in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type Literal Modifier and Type Method Description TBslSwitch. caseLiteral(Literal object)Returns the result of interpreting the object as an instance of 'Literal'. -
Uses of Literal in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type Literal Modifier and Type Method Description protected voidBslFormatter2. formatLiteral(Literal literal, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsLiteralobject
-