Uses of Interface
com._1c.g5.v8.dt.bsl.model.ImplicitVariable
-
Packages that use ImplicitVariable 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 com.e1c.g5.v8.dt.formatter.bsl -
-
Uses of ImplicitVariable in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return ImplicitVariable Modifier and Type Method Description ImplicitVariable
BslFactory. createImplicitVariable()
Returns a new object of class 'Implicit Variable'.ImplicitVariable
StaticFeatureAccess. getImplicitVariable()
Returns the value of the 'Implicit Variable' containment reference.Methods in com._1c.g5.v8.dt.bsl.model that return types with arguments of type ImplicitVariable Modifier and Type Method Description org.eclipse.emf.common.util.EList<ImplicitVariable>
Block. getImplicitVariables()
Returns the value of the 'Implicit Variables' reference list.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type ImplicitVariable Modifier and Type Method Description void
StaticFeatureAccess. setImplicitVariable(ImplicitVariable value)
Sets the value of the 'Implicit Variable
' containment reference. -
Uses of ImplicitVariable in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement ImplicitVariable Modifier and Type Class Description class
ImplicitVariableImpl
An implementation of the model object 'Implicit Variable'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as ImplicitVariable Modifier and Type Field Description protected ImplicitVariable
StaticFeatureAccessImpl. implicitVariable
The cached value of the 'Implicit Variable
' containment reference.Fields in com._1c.g5.v8.dt.bsl.model.impl with type parameters of type ImplicitVariable Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ImplicitVariable>
BlockImpl. implicitVariables
The cached value of the 'Implicit Variables
' reference list.protected org.eclipse.emf.common.util.EList<ImplicitVariable>
MethodImpl. implicitVariables
The cached value of the 'Implicit Variables
' reference list.Methods in com._1c.g5.v8.dt.bsl.model.impl that return ImplicitVariable Modifier and Type Method Description ImplicitVariable
BslFactoryImpl. createImplicitVariable()
ImplicitVariable
StaticFeatureAccessImpl. getImplicitVariable()
Methods in com._1c.g5.v8.dt.bsl.model.impl that return types with arguments of type ImplicitVariable Modifier and Type Method Description org.eclipse.emf.common.util.EList<ImplicitVariable>
BlockImpl. getImplicitVariables()
org.eclipse.emf.common.util.EList<ImplicitVariable>
MethodImpl. getImplicitVariables()
Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type ImplicitVariable Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChain
StaticFeatureAccessImpl. basicSetImplicitVariable(ImplicitVariable newImplicitVariable, org.eclipse.emf.common.notify.NotificationChain msgs)
void
StaticFeatureAccessImpl. setImplicitVariable(ImplicitVariable newImplicitVariable)
-
Uses of ImplicitVariable in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type ImplicitVariable Modifier and Type Method Description T
BslSwitch. caseImplicitVariable(ImplicitVariable object)
Returns the result of interpreting the object as an instance of 'Implicit Variable'. -
Uses of ImplicitVariable in com._1c.g5.v8.dt.bsl.scoping
Methods in com._1c.g5.v8.dt.bsl.scoping that return types with arguments of type ImplicitVariable Modifier and Type Method Description protected org.eclipse.xtext.util.Pair<ImplicitVariable,Integer>
ImplicitVariablesScope. findByQName(org.eclipse.xtext.naming.QualifiedName qName)
Gets variable by its name from scopeConstructor parameters in com._1c.g5.v8.dt.bsl.scoping with type arguments of type ImplicitVariable Constructor Description ImplicitVariableCollector(Block block, Statement lastStatement, Environments envs, List<org.eclipse.xtext.util.Pair<ImplicitVariable,Integer>> implVars)
Constructor -
Uses of ImplicitVariable in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type ImplicitVariable Modifier and Type Method Description protected void
BslFormatter2. formatImplicitVariable(ImplicitVariable implicitVariable, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsImplicitVariable
object
-