Uses of Interface
com._1c.g5.v8.dt.bsl.model.ExplicitVariable
Packages that use ExplicitVariable
Package
Description
-
Uses of ExplicitVariable in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return ExplicitVariableModifier and TypeMethodDescriptionBslFactory.createExplicitVariable()Returns a new object of class 'Explicit Variable'.Methods in com._1c.g5.v8.dt.bsl.model that return types with arguments of type ExplicitVariableModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ExplicitVariable>DeclareStatement.getVariables()Returns the value of the 'Variables' containment reference list. -
Uses of ExplicitVariable in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement ExplicitVariableModifier and TypeClassDescriptionclassAn implementation of the model object 'Explicit Variable'.Fields in com._1c.g5.v8.dt.bsl.model.impl with type parameters of type ExplicitVariableModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<ExplicitVariable>DeclareStatementImpl.variablesThe cached value of the 'Variables' containment reference list.protected org.eclipse.emf.common.util.EList<ExplicitVariable>IfPreprocessorDeclareStatementImpl.variablesThe cached value of the 'Variables' containment reference list.protected org.eclipse.emf.common.util.EList<ExplicitVariable>RegionPreprocessorDeclareStatementImpl.variablesThe cached value of the 'Variables' containment reference list.Methods in com._1c.g5.v8.dt.bsl.model.impl that return ExplicitVariableMethods in com._1c.g5.v8.dt.bsl.model.impl that return types with arguments of type ExplicitVariableModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ExplicitVariable>DeclareStatementImpl.getVariables()org.eclipse.emf.common.util.EList<ExplicitVariable>IfPreprocessorDeclareStatementImpl.getVariables()org.eclipse.emf.common.util.EList<ExplicitVariable>RegionPreprocessorDeclareStatementImpl.getVariables() -
Uses of ExplicitVariable in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type ExplicitVariableModifier and TypeMethodDescriptionBslSwitch.caseExplicitVariable(ExplicitVariable object) Returns the result of interpreting the object as an instance of 'Explicit Variable'. -
Uses of ExplicitVariable in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource with parameters of type ExplicitVariable -
Uses of ExplicitVariable in com._1c.g5.v8.dt.bsl.scoping
Methods in com._1c.g5.v8.dt.bsl.scoping that return ExplicitVariableModifier and TypeMethodDescriptionprotected ExplicitVariableBlockVariablesScope.findExplicitVariable(String name) FindExplicitVariableby name -
Uses of ExplicitVariable in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type ExplicitVariableModifier and TypeMethodDescriptionprotected voidBslFormatter2.formatExplicitVariable(ExplicitVariable explicitVariable, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsExplicitVariableobject