Uses of Interface
com._1c.g5.v8.dt.bsl.model.ExplicitVariable
-
-
Uses of ExplicitVariable in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return ExplicitVariable Modifier and Type Method Description ExplicitVariable
BslFactory. 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.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement ExplicitVariable Modifier and Type Class Description class
ExplicitVariableImpl
An 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. variables
The cached value of the 'Variables
' containment reference list.protected org.eclipse.emf.common.util.EList<ExplicitVariable>
IfPreprocessorDeclareStatementImpl. variables
The cached value of the 'Variables
' containment reference list.protected org.eclipse.emf.common.util.EList<ExplicitVariable>
RegionPreprocessorDeclareStatementImpl. variables
The 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 ExplicitVariable
BslFactoryImpl. 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.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type ExplicitVariable Modifier and Type Method Description T
BslSwitch. 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 Modifier and Type Method Description boolean
ContextDefBuilder.Filter. accept(ExplicitVariable var)
-
Uses of ExplicitVariable in com._1c.g5.v8.dt.bsl.scoping
Methods in com._1c.g5.v8.dt.bsl.scoping that return ExplicitVariable Modifier and Type Method Description protected ExplicitVariable
BlockVariablesScope. findExplicitVariable(String name)
FindExplicitVariable
by 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 ExplicitVariable Modifier and Type Method Description protected void
BslFormatter2. formatExplicitVariable(ExplicitVariable explicitVariable, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsExplicitVariable
object
-