Uses of Interface
com._1c.g5.v8.dt.bsl.model.StaticFeatureAccess
-
-
Uses of StaticFeatureAccess in com._1c.g5.v8.dt.bsl.common
Methods in com._1c.g5.v8.dt.bsl.common with parameters of type StaticFeatureAccess Modifier and Type Method Description protected abstract void
ImplicitVariablesProcessor. doProcess(StaticFeatureAccess left)
Function to perform processing ofStaticFeatureAccess
representing left side of assignment.protected abstract void
StaticFeatureAccessProcessor. doProcess(StaticFeatureAccess sfa, boolean targetOfAssignment)
Function to perform processing of eachStaticFeatureAccess
containing in theBlock
.protected void
VariableProcessor. doProcess(StaticFeatureAccess sfa, boolean targetOfAssignment)
protected boolean
VariableProcessor. isRefMethodParam(StaticFeatureAccess sfa)
Checks thatsfa
is part of method call -
Uses of StaticFeatureAccess in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return StaticFeatureAccess Modifier and Type Method Description StaticFeatureAccess
BslFactory. createStaticFeatureAccess()
Returns a new object of class 'Static Feature Access'.StaticFeatureAccess
ForStatement. getVariableAccess()
Returns the value of the 'Variable Access' containment reference.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type StaticFeatureAccess Modifier and Type Method Description void
ForStatement. setVariableAccess(StaticFeatureAccess value)
Sets the value of the 'Variable Access
' containment reference. -
Uses of StaticFeatureAccess in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement StaticFeatureAccess Modifier and Type Class Description class
StaticFeatureAccessImpl
An implementation of the model object 'Static Feature Access'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as StaticFeatureAccess Modifier and Type Field Description protected StaticFeatureAccess
ForStatementImpl. variableAccess
The cached value of the 'Variable Access
' containment reference.Methods in com._1c.g5.v8.dt.bsl.model.impl that return StaticFeatureAccess Modifier and Type Method Description StaticFeatureAccess
BslFactoryImpl. createStaticFeatureAccess()
StaticFeatureAccess
ForStatementImpl. getVariableAccess()
Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type StaticFeatureAccess Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChain
ForStatementImpl. basicSetVariableAccess(StaticFeatureAccess newVariableAccess, org.eclipse.emf.common.notify.NotificationChain msgs)
void
ForStatementImpl. setVariableAccess(StaticFeatureAccess newVariableAccess)
-
Uses of StaticFeatureAccess in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type StaticFeatureAccess Modifier and Type Method Description T
BslSwitch. caseStaticFeatureAccess(StaticFeatureAccess object)
Returns the result of interpreting the object as an instance of 'Static Feature Access'.static boolean
BslUtil. isEventHandler(StaticFeatureAccess acc)
Determines whether passedStaticFeatureAccess
represents referense to the event handler method.static boolean
BslUtil. isTargetOfAssignment(StaticFeatureAccess acc)
Determines whether passed in the parameter instance ofStaticFeatureAccess
is target of assignment. -
Uses of StaticFeatureAccess in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource with parameters of type StaticFeatureAccess Modifier and Type Method Description protected List<TypeItem>
TypesComputer. _compute(StaticFeatureAccess featureAccess, Environments envs)
-
Uses of StaticFeatureAccess in com._1c.g5.v8.dt.bsl.scoping
Methods in com._1c.g5.v8.dt.bsl.scoping with parameters of type StaticFeatureAccess Modifier and Type Method Description protected void
ImplicitVariablesScope.ImplicitVariableCollector. doProcess(StaticFeatureAccess left)
-
Uses of StaticFeatureAccess in com._1c.g5.v8.dt.bsl.ui.editor
Methods in com._1c.g5.v8.dt.bsl.ui.editor that return types with arguments of type StaticFeatureAccess Modifier and Type Method Description List<StaticFeatureAccess>
ImplicitVariableInitializationFinder. getNearestInitializationOfImplicitVariable()
Gets list ofStaticFeatureAccess
contains the nearest initialization for implicit variableMethods in com._1c.g5.v8.dt.bsl.ui.editor with parameters of type StaticFeatureAccess Modifier and Type Method Description protected boolean
ImplicitVariableInitializationFinder. isRefMethodParam(StaticFeatureAccess sfa)
Constructors in com._1c.g5.v8.dt.bsl.ui.editor with parameters of type StaticFeatureAccess Constructor Description ImplicitVariableInitializationFinder(Collection<Statement> allStatements, org.eclipse.jface.text.IRegion region, DynamicFeatureAccessComputer typeComputer, StaticFeatureAccess findFor)
Initialize with collection of Statements -
Uses of StaticFeatureAccess in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type StaticFeatureAccess Modifier and Type Method Description void
BslJavaValidator. checkDeprecatedMethod(StaticFeatureAccess acc)
void
BslJavaValidator. checkDynamicFeatureAccessForUnknownLeftPart(StaticFeatureAccess feature)
void
BslJavaValidator. checkStaticFeatureAccess(StaticFeatureAccess acc)
-
Uses of StaticFeatureAccess in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type StaticFeatureAccess Modifier and Type Method Description protected void
BslFormatter2. formatStaticFeatureAccess(StaticFeatureAccess expression, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsStaticFeatureAccess
object
-