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 interface
BooleanLiteral
A representation of the model object 'Boolean Literal'.interface
DateLiteral
A representation of the model object 'Date Literal'.interface
NullLiteral
A representation of the model object 'Null Literal'.interface
NumberLiteral
A representation of the model object 'Number Literal'.interface
StringLiteral
A representation of the model object 'String Literal'.interface
UndefinedLiteral
A representation of the model object 'Undefined Literal'.Methods in com._1c.g5.v8.dt.bsl.model that return Literal Modifier and Type Method Description Literal
FormalParam. 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 void
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 Literal Modifier and Type Class Description class
BooleanLiteralImpl
An implementation of the model object 'Boolean Literal'.class
DateLiteralImpl
An implementation of the model object 'Date Literal'.class
LiteralImpl
An implementation of the model object 'Literal'.class
NullLiteralImpl
An implementation of the model object 'Null Literal'.class
NumberLiteralImpl
An implementation of the model object 'Number Literal'.class
StringLiteralImpl
An implementation of the model object 'String Literal'.class
UndefinedLiteralImpl
An 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 Literal
FormalParamImpl. defaultValue
The 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 Literal
FormalParamImpl. 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.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 Literal Modifier and Type Method Description T
BslSwitch. 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 void
BslFormatter2. formatLiteral(Literal literal, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsLiteral
object
-