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 TypeInterfaceDescriptioninterface
A representation of the model object 'Boolean Literal'.interface
A representation of the model object 'Date Literal'.interface
A representation of the model object 'Null Literal'.interface
A representation of the model object 'Number Literal'.interface
A representation of the model object 'String Literal'.interface
A 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 TypeMethodDescriptionvoid
FormalParam.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 TypeClassDescriptionclass
An implementation of the model object 'Boolean Literal'.class
An implementation of the model object 'Date Literal'.class
An implementation of the model object 'Literal'.class
An implementation of the model object 'Null Literal'.class
An implementation of the model object 'Number Literal'.class
An implementation of the model object 'String Literal'.class
An implementation of the model object 'Undefined Literal'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as LiteralModifier and TypeFieldDescriptionprotected Literal
FormalParamImpl.defaultValue
The 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.NotificationChain
FormalParamImpl.basicSetDefaultValue
(Literal newDefaultValue, org.eclipse.emf.common.notify.NotificationChain msgs) void
FormalParamImpl.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 void
BslFormatter2.formatLiteral
(Literal literal, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsLiteral
object