Uses of Interface
com._1c.g5.v8.dt.bsl.model.DateLiteral
-
-
Uses of DateLiteral in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return DateLiteral Modifier and Type Method Description DateLiteral
BslFactory. createDateLiteral()
Returns a new object of class 'Date Literal'. -
Uses of DateLiteral in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement DateLiteral Modifier and Type Class Description class
DateLiteralImpl
An implementation of the model object 'Date Literal'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return DateLiteral Modifier and Type Method Description DateLiteral
BslFactoryImpl. createDateLiteral()
-
Uses of DateLiteral in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type DateLiteral Modifier and Type Method Description T
BslSwitch. caseDateLiteral(DateLiteral object)
Returns the result of interpreting the object as an instance of 'Date Literal'. -
Uses of DateLiteral in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource with parameters of type DateLiteral Modifier and Type Method Description protected List<TypeItem>
TypesComputer. _compute(DateLiteral literal, Environments envs)
-
Uses of DateLiteral in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type DateLiteral Modifier and Type Method Description void
BslJavaValidator. checkDateLiteral(DateLiteral date)
-
Uses of DateLiteral in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type DateLiteral Modifier and Type Method Description protected void
BslFormatter2. formatDateLiteral(DateLiteral literal, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsDateLiteral
object
-