Uses of Interface
com._1c.g5.v8.dt.bsl.model.ExplicitVariable
- 
- 
Uses of ExplicitVariable in com._1c.g5.v8.dt.bsl.modelMethods in com._1c.g5.v8.dt.bsl.model that return ExplicitVariable Modifier and Type Method Description ExplicitVariableBslFactory. 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 ExplicitVariable Modifier and Type Method Description org.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.implClasses in com._1c.g5.v8.dt.bsl.model.impl that implement ExplicitVariable Modifier and Type Class Description classExplicitVariableImplAn implementation of the model object 'Explicit Variable'.Fields in com._1c.g5.v8.dt.bsl.model.impl with type parameters of type ExplicitVariable Modifier and Type Field Description protected 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 ExplicitVariable Modifier and Type Method Description ExplicitVariableBslFactoryImpl. createExplicitVariable()Methods in com._1c.g5.v8.dt.bsl.model.impl that return types with arguments of type ExplicitVariable Modifier and Type Method Description org.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.utilMethods in com._1c.g5.v8.dt.bsl.model.util with parameters of type ExplicitVariable Modifier and Type Method Description TBslSwitch. 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.resourceMethods in com._1c.g5.v8.dt.bsl.resource with parameters of type ExplicitVariable Modifier and Type Method Description booleanContextDefBuilder.Filter. accept(ExplicitVariable var)
- 
Uses of ExplicitVariable in com._1c.g5.v8.dt.bsl.scopingMethods in com._1c.g5.v8.dt.bsl.scoping that return ExplicitVariable Modifier and Type Method Description protected ExplicitVariableBlockVariablesScope. findExplicitVariable(String name)FindExplicitVariableby name
- 
Uses of ExplicitVariable in com.e1c.g5.v8.dt.formatter.bslMethods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type ExplicitVariable Modifier and Type Method Description protected voidBslFormatter2. formatExplicitVariable(ExplicitVariable explicitVariable, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsExplicitVariableobject
 
-