Uses of Interface
com._1c.g5.v8.dt.bsl.model.StaticFeatureAccess
Packages that use StaticFeatureAccess
Package
Description
-
Uses of StaticFeatureAccess in com._1c.g5.v8.dt.bsl.common
Methods in com._1c.g5.v8.dt.bsl.common with parameters of type StaticFeatureAccessModifier and TypeMethodDescriptionprotected 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 StaticFeatureAccessModifier and TypeMethodDescriptionBslFactory.createStaticFeatureAccess()
Returns a new object of class 'Static Feature Access'.ForStatement.getVariableAccess()
Returns the value of the 'Variable Access' containment reference.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type StaticFeatureAccessModifier and TypeMethodDescriptionvoid
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 StaticFeatureAccessModifier and TypeClassDescriptionclass
An implementation of the model object 'Static Feature Access'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as StaticFeatureAccessModifier and TypeFieldDescriptionprotected StaticFeatureAccess
ForStatementImpl.variableAccess
The cached value of the 'Variable Access
' containment reference.Methods in com._1c.g5.v8.dt.bsl.model.impl that return StaticFeatureAccessModifier and TypeMethodDescriptionBslFactoryImpl.createStaticFeatureAccess()
ForStatementImpl.getVariableAccess()
Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type StaticFeatureAccessModifier and TypeMethodDescriptionorg.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 StaticFeatureAccessModifier and TypeMethodDescriptionBslSwitch.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 StaticFeatureAccessModifier and TypeMethodDescriptionTypesComputer._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 StaticFeatureAccessModifier and TypeMethodDescriptionprotected void
ImplicitVariablesScope.ImplicitVariableCollector.doProcess
(StaticFeatureAccess left) -
Uses of StaticFeatureAccess in com._1c.g5.v8.dt.bsl.stringliteral.contenttypes
Methods in com._1c.g5.v8.dt.bsl.stringliteral.contenttypes with parameters of type StaticFeatureAccessModifier and TypeMethodDescriptionAbstractInvocationTypeComputer.getStaticInvocationParams
(StaticFeatureAccess featureAccess) Gets the static invocation parameters.AccessRightTypeComputer.getStaticInvocationParams
(StaticFeatureAccess featureAccess) FormAttributeTypeComputer.getStaticInvocationParams
(StaticFeatureAccess featureAccess) FormatTypeComputer.getStaticInvocationParams
(StaticFeatureAccess featureAccess) FormNameTypeComputer.getStaticInvocationParams
(StaticFeatureAccess featureAccess) FunctionalOptionTypeComputer.getStaticInvocationParams
(StaticFeatureAccess featureAccess) NstrTypeComputer.getStaticInvocationParams
(StaticFeatureAccess featureAccess) PredefinedTypeComputer.getStaticInvocationParams
(StaticFeatureAccess featureAccess) TypeTypeComputer.getStaticInvocationParams
(StaticFeatureAccess featureAccess) -
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 StaticFeatureAccessModifier and TypeMethodDescriptionImplicitVariableInitializationFinder.getNearestInitializationOfImplicitVariable()
Gets list ofStaticFeatureAccess
contains the nearest initialization for implicit variableMethods in com._1c.g5.v8.dt.bsl.ui.editor with parameters of type StaticFeatureAccessModifier and TypeMethodDescriptionprotected boolean
ImplicitVariableInitializationFinder.isRefMethodParam
(StaticFeatureAccess sfa) Constructors in com._1c.g5.v8.dt.bsl.ui.editor with parameters of type StaticFeatureAccessModifierConstructorDescriptionImplicitVariableInitializationFinder
(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 StaticFeatureAccessModifier and TypeMethodDescriptionvoid
BslJavaValidator.checkDeprecatedMethod
(StaticFeatureAccess acc) Deprecated.void
BslJavaValidator.checkStaticFeatureAccess
(StaticFeatureAccess acc) Deprecated.void
BslJavaValidator.checkStaticFeatureAccessForUnknownLeftPart
(StaticFeatureAccess feature) Deprecated. -
Uses of StaticFeatureAccess in com._1c.g5.v8.dt.internal.bsl.resource
Methods in com._1c.g5.v8.dt.internal.bsl.resource with parameters of type StaticFeatureAccessModifier and TypeMethodDescriptionStaticExpressionValueComputer.getAllStatementsBefore
(StaticFeatureAccess fa) Gets the all statements in current scope: method or module statements.protected List<IStringLiteralTextProvider>
StaticExpressionValueComputer.getArrayExpressionContent
(StaticFeatureAccess fa) Gets the list of string content for static feature accessprotected BooleanLiteral
StaticExpressionValueComputer.getBooleanContent
(StaticFeatureAccess fa) Gets the boolean content for the static feature access by last variable simple statement.protected org.eclipse.xtext.util.Pair<Double,
Collection<NumberLiteral>> StaticExpressionValueComputer.getNumberContent
(StaticFeatureAccess fa) Gets the number content and it's source number literals for the static feature access.protected IStringLiteralTextProvider
StaticExpressionValueComputer.getStringExpressionContent
(StaticFeatureAccess fa) Gets the expression string content for static feature access.protected Map<String,
org.eclipse.xtext.util.Pair<IStringLiteralTextProvider, IStringLiteralTextProvider>> StaticExpressionValueComputer.getStructureExpressionContent
(StaticFeatureAccess fa) Gets the structure expression string content for static feature access of the structure. -
Uses of StaticFeatureAccess in com._1c.g5.v8.dt.internal.debug.ui.inlinedebug
Methods in com._1c.g5.v8.dt.internal.debug.ui.inlinedebug with parameters of type StaticFeatureAccessModifier and TypeMethodDescriptionprotected void
VariablesExtractor.doProcess
(StaticFeatureAccess sfa, boolean targetOfAssignment) -
Uses of StaticFeatureAccess in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type StaticFeatureAccessModifier and TypeMethodDescriptionprotected void
BslFormatter2.formatStaticFeatureAccess
(StaticFeatureAccess expression, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsStaticFeatureAccess
object