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.modelMethods in com._1c.g5.v8.dt.bsl.model that return Function Modifier and Type Method Description FunctionBslFactory. createFunction()Returns a new object of class 'Function'.
- 
Uses of Function in com._1c.g5.v8.dt.bsl.model.implClasses in com._1c.g5.v8.dt.bsl.model.impl that implement Function Modifier and Type Class Description classFunctionImplAn implementation of the model object 'Function'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return Function Modifier and Type Method Description FunctionBslFactoryImpl. createFunction()
- 
Uses of Function in com._1c.g5.v8.dt.bsl.model.utilMethods in com._1c.g5.v8.dt.bsl.model.util with parameters of type Function Modifier and Type Method Description TBslSwitch. 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.resourceMethods 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.bslMethods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type Function Modifier and Type Method Description protected voidBslFormatter2. formatFunction(Function function, org.eclipse.xtext.formatting2.IFormattableDocument document)Formatting on function generally done inBslFormatter2.formatMethod(Method, IFormattableDocument).
 
-