Uses of Interface
com._1c.g5.v8.dt.bsl.model.Literal
Packages that use Literal
Package
Description
-
Uses of Literal in com._1c.g5.v8.dt.bsl.model
Subinterfaces of Literal in com._1c.g5.v8.dt.bsl.modelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Boolean Literal'.interfaceA representation of the model object 'Date Literal'.interfaceA representation of the model object 'Null Literal'.interfaceA representation of the model object 'Number Literal'.interfaceA representation of the model object 'String Literal'.interfaceA representation of the model object 'Undefined Literal'.Methods in com._1c.g5.v8.dt.bsl.model that return LiteralModifier and TypeMethodDescriptionFormalParam.getDefaultValue()Returns the value of the 'Default Value' containment reference.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type LiteralModifier and TypeMethodDescriptionvoidFormalParam.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 LiteralModifier and TypeClassDescriptionclassAn implementation of the model object 'Boolean Literal'.classAn implementation of the model object 'Date Literal'.classAn implementation of the model object 'Literal'.classAn implementation of the model object 'Null Literal'.classAn implementation of the model object 'Number Literal'.classAn implementation of the model object 'String Literal'.classAn implementation of the model object 'Undefined Literal'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as LiteralModifier and TypeFieldDescriptionprotected LiteralFormalParamImpl.defaultValueThe cached value of the 'Default Value' containment reference.Methods in com._1c.g5.v8.dt.bsl.model.impl that return LiteralMethods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type LiteralModifier and TypeMethodDescriptionorg.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 LiteralModifier and TypeMethodDescriptionBslSwitch.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 LiteralModifier and TypeMethodDescriptionprotected voidBslFormatter2.formatLiteral(Literal literal, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsLiteralobject