Uses of Interface
com._1c.g5.v8.dt.bsl.model.FeaturesScopeSpec
-
Packages that use FeaturesScopeSpec 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 -
-
Uses of FeaturesScopeSpec in com._1c.g5.v8.dt.bsl.model
Subinterfaces of FeaturesScopeSpec in com._1c.g5.v8.dt.bsl.model Modifier and Type Interface Description interface
MethodsScopeSpec
A representation of the model object 'Methods Scope Spec'.interface
VariablesScopeSpec
A representation of the model object 'Variables Scope Spec'. -
Uses of FeaturesScopeSpec in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement FeaturesScopeSpec Modifier and Type Class Description class
FeaturesScopeSpecImpl
An implementation of the model object 'Features Scope Spec'.class
MethodsScopeSpecImpl
An implementation of the model object 'Methods Scope Spec'.class
VariablesScopeSpecImpl
An implementation of the model object 'Variables Scope Spec'. -
Uses of FeaturesScopeSpec in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type FeaturesScopeSpec Modifier and Type Method Description T
BslSwitch. caseFeaturesScopeSpec(FeaturesScopeSpec object)
Returns the result of interpreting the object as an instance of 'Features Scope Spec'.
-