Uses of Interface
com._1c.g5.v8.dt.bsl.model.Function
Packages that use Function
Package
Description
-
Uses of Function in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return FunctionModifier and TypeMethodDescriptionBslFactory.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 FunctionModifier and TypeClassDescriptionclassAn implementation of the model object 'Function'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return Function -
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 FunctionModifier and TypeMethodDescriptionBslSwitch.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 -
Uses of Function in com._1c.g5.v8.dt.internal.bsl.resource
Methods in com._1c.g5.v8.dt.internal.bsl.resource with parameters of type FunctionModifier and TypeMethodDescriptionprotected BooleanLiteralStaticExpressionValueComputer.getBooleanContent(Function function) Gets the boolean content for the function return value.protected org.eclipse.xtext.util.Pair<Double,Collection<NumberLiteral>> StaticExpressionValueComputer.getNumberContent(Function function) Gets the number content and source literals for the local function.protected IStringLiteralTextProviderStaticExpressionValueComputer.getStringExpressionContent(Function function) Gets the string expression content by the function return value if content is static. -
Uses of Function in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type FunctionModifier and TypeMethodDescriptionprotected voidBslFormatter2.formatFunction(Function function, org.eclipse.xtext.formatting2.IFormattableDocument document) Formatting on function generally done inBslFormatter2.formatMethod(Method, IFormattableDocument).