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 voidImplicitVariablesProcessor.doProcess(StaticFeatureAccess left) Function to perform processing ofStaticFeatureAccessrepresenting left side of assignment.protected abstract voidStaticFeatureAccessProcessor.doProcess(StaticFeatureAccess sfa, boolean targetOfAssignment) Function to perform processing of eachStaticFeatureAccesscontaining in theBlock.protected voidVariableProcessor.doProcess(StaticFeatureAccess sfa, boolean targetOfAssignment) protected booleanVariableProcessor.isRefMethodParam(StaticFeatureAccess sfa) Checks thatsfais 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 TypeMethodDescriptionvoidForStatement.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 TypeClassDescriptionclassAn implementation of the model object 'Static Feature Access'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as StaticFeatureAccessModifier and TypeFieldDescriptionprotected StaticFeatureAccessForStatementImpl.variableAccessThe 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.NotificationChainForStatementImpl.basicSetVariableAccess(StaticFeatureAccess newVariableAccess, org.eclipse.emf.common.notify.NotificationChain msgs) voidForStatementImpl.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 booleanBslUtil.isEventHandler(StaticFeatureAccess acc) Determines whether passedStaticFeatureAccessrepresents referense to the event handler method.static booleanBslUtil.isTargetOfAssignment(StaticFeatureAccess acc) Determines whether passed in the parameter instance ofStaticFeatureAccessis 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 voidImplicitVariablesScope.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 ofStaticFeatureAccesscontains the nearest initialization for implicit variableMethods in com._1c.g5.v8.dt.bsl.ui.editor with parameters of type StaticFeatureAccessModifier and TypeMethodDescriptionprotected booleanImplicitVariableInitializationFinder.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 TypeMethodDescriptionvoidBslJavaValidator.checkDeprecatedMethod(StaticFeatureAccess acc) Deprecated.voidBslJavaValidator.checkStaticFeatureAccess(StaticFeatureAccess acc) Deprecated.voidBslJavaValidator.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 BooleanLiteralStaticExpressionValueComputer.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 IStringLiteralTextProviderStaticExpressionValueComputer.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 voidVariablesExtractor.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 voidBslFormatter2.formatStaticFeatureAccess(StaticFeatureAccess expression, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsStaticFeatureAccessobject