Uses of Interface
com._1c.g5.v8.dt.bsl.model.VariablesScopeSpec
-
Packages that use VariablesScopeSpec 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._1c.g5.v8.dt.bsl.scoping -
-
Uses of VariablesScopeSpec in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return VariablesScopeSpec Modifier and Type Method Description VariablesScopeSpec
BslFactory. createVariablesScopeSpec()
Returns a new object of class 'Variables Scope Spec'. -
Uses of VariablesScopeSpec in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement VariablesScopeSpec Modifier and Type Class Description class
VariablesScopeSpecImpl
An implementation of the model object 'Variables Scope Spec'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return VariablesScopeSpec Modifier and Type Method Description VariablesScopeSpec
BslFactoryImpl. createVariablesScopeSpec()
-
Uses of VariablesScopeSpec in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type VariablesScopeSpec Modifier and Type Method Description T
BslSwitch. caseVariablesScopeSpec(VariablesScopeSpec object)
Returns the result of interpreting the object as an instance of 'Variables Scope Spec'. -
Uses of VariablesScopeSpec in com._1c.g5.v8.dt.bsl.scoping
Methods in com._1c.g5.v8.dt.bsl.scoping with parameters of type VariablesScopeSpec Modifier and Type Method Description org.eclipse.xtext.scoping.IScope
BslScopeProvider. getUserVariablesScope(VariablesScopeSpec spec)
Gets scope of user variables
-