Uses of Interface
com._1c.g5.v8.dt.bsl.model.Procedure
-
Packages that use Procedure 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.e1c.g5.v8.dt.formatter.bsl -
-
Uses of Procedure in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return Procedure Modifier and Type Method Description ProcedureBslFactory. 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 Procedure Modifier and Type Class Description classProcedureImplAn implementation of the model object 'Procedure'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return Procedure Modifier and Type Method Description ProcedureBslFactoryImpl. createProcedure() -
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 Procedure Modifier and Type Method Description TBslSwitch. 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 Procedure Modifier and Type Method Description protected voidBslFormatter2. formatProcedure(Procedure procedure, org.eclipse.xtext.formatting2.IFormattableDocument document)Formatting on procedure generally done inBslFormatter2.formatMethod(Method, IFormattableDocument).
-