Uses of Interface
com._1c.g5.v8.dt.bsl.model.Function
-
Packages that use Function 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._1c.g5.v8.dt.bsl.resource com.e1c.g5.v8.dt.formatter.bsl -
-
Uses of Function in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return Function Modifier and Type Method Description Function
BslFactory. createFunction()
Returns a new object of class 'Function'. -
Uses of Function in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement Function Modifier and Type Class Description class
FunctionImpl
An implementation of the model object 'Function'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return Function Modifier and Type Method Description Function
BslFactoryImpl. createFunction()
-
Uses of Function in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type Function Modifier and Type Method Description T
BslSwitch. caseFunction(Function object)
Returns the result of interpreting the object as an instance of 'Function'. -
Uses of Function in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource with parameters of type Function Modifier and Type Method Description protected List<TypeItem>
TypesComputer. _compute(Function function, Environments envs)
-
Uses of Function in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type Function Modifier and Type Method Description protected void
BslFormatter2. formatFunction(Function function, org.eclipse.xtext.formatting2.IFormattableDocument document)
Formatting on function generally done inBslFormatter2.formatMethod(Method, IFormattableDocument)
.
-