Uses of Interface
com._1c.g5.v8.dt.bsl.model.BslContextDefMethod
-
Packages that use BslContextDefMethod Package Description com._1c.g5.v8.dt.bsl.documentation.comment com._1c.g5.v8.dt.bsl.model com._1c.g5.v8.dt.bsl.model.impl com._1c.g5.v8.dt.bsl.model.util -
-
Uses of BslContextDefMethod in com._1c.g5.v8.dt.bsl.documentation.comment
Methods in com._1c.g5.v8.dt.bsl.documentation.comment with parameters of type BslContextDefMethod Modifier and Type Method Description static BslDocumentationCommentBslCommentUtils. parseTemplateComment(BslContextDefMethod method, boolean oldFormat)Parses Built-In language documentation comment for theBslContextDefMethodConstructors in com._1c.g5.v8.dt.bsl.documentation.comment with parameters of type BslContextDefMethod Constructor Description BslDocumentationComment(BslContextDefMethod method)Constructor byBslContextDefMethod -
Uses of BslContextDefMethod in com._1c.g5.v8.dt.bsl.model
Subinterfaces of BslContextDefMethod in com._1c.g5.v8.dt.bsl.model Modifier and Type Interface Description interfaceBslContextDefMockMethodA representation of the model object 'Mock Method'.Methods in com._1c.g5.v8.dt.bsl.model that return BslContextDefMethod Modifier and Type Method Description BslContextDefMethodBslContextDefFactory. createBslContextDefMethod()Returns a new object of class 'Method'. -
Uses of BslContextDefMethod in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement BslContextDefMethod Modifier and Type Class Description classBslContextDefMethodImplAn implementation of the model object 'Method'.classBslContextDefMockMethodImplAn implementation of the model object 'Mock Method'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return BslContextDefMethod Modifier and Type Method Description BslContextDefMethodBslContextDefFactoryImpl. createBslContextDefMethod() -
Uses of BslContextDefMethod in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type BslContextDefMethod Modifier and Type Method Description TBslContextDefSwitch. caseBslContextDefMethod(BslContextDefMethod object)Returns the result of interpreting the object as an instance of 'Method'.
-