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 Procedure
BslFactory. 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 class
ProcedureImpl
An implementation of the model object 'Procedure'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return Procedure Modifier and Type Method Description Procedure
BslFactoryImpl. 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 T
BslSwitch. 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 void
BslFormatter2. formatProcedure(Procedure procedure, org.eclipse.xtext.formatting2.IFormattableDocument document)
Formatting on procedure generally done inBslFormatter2.formatMethod(Method, IFormattableDocument)
.
-