Uses of Interface
com._1c.g5.v8.dt.bsl.model.Procedure
Packages that use Procedure
Package
Description
-
Uses of Procedure in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return ProcedureModifier and TypeMethodDescriptionBslFactory.createProcedure()
Returns a new object of class 'Procedure'. -
Uses of Procedure in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement ProcedureModifier and TypeClassDescriptionclass
An implementation of the model object 'Procedure'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return Procedure -
Uses of Procedure in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type ProcedureModifier and TypeMethodDescriptionBslSwitch.caseProcedure
(Procedure object) Returns the result of interpreting the object as an instance of 'Procedure'. -
Uses of Procedure in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type ProcedureModifier and TypeMethodDescriptionprotected void
BslFormatter2.formatProcedure
(Procedure procedure, org.eclipse.xtext.formatting2.IFormattableDocument document) Formatting on procedure generally done inBslFormatter2.formatMethod(Method, IFormattableDocument)
.