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 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 StaticFeatureAccess Modifier and Type Method Description StaticFeatureAccessBslFactory. createStaticFeatureAccess()Returns a new object of class 'Static Feature Access'.StaticFeatureAccessForStatement. 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 voidForStatement. 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 classStaticFeatureAccessImplAn 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 StaticFeatureAccessForStatementImpl. variableAccessThe 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 StaticFeatureAccessBslFactoryImpl. createStaticFeatureAccess()StaticFeatureAccessForStatementImpl. 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.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 StaticFeatureAccess Modifier and Type Method Description TBslSwitch. 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 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 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 StaticFeatureAccess Modifier and Type Method Description protected Set<org.eclipse.xtext.util.Pair<String,Integer>>AbstractInvocationTypeComputer. getStaticInvocationParams(StaticFeatureAccess featureAccess)Gets the static invocation parameters.protected Set<org.eclipse.xtext.util.Pair<String,Integer>>AccessRightTypeComputer. getStaticInvocationParams(StaticFeatureAccess featureAccess)protected Set<org.eclipse.xtext.util.Pair<String,Integer>>FormAttributeTypeComputer. getStaticInvocationParams(StaticFeatureAccess featureAccess)protected Set<org.eclipse.xtext.util.Pair<String,Integer>>FormatTypeComputer. getStaticInvocationParams(StaticFeatureAccess featureAccess)protected Set<org.eclipse.xtext.util.Pair<String,Integer>>FormNameTypeComputer. getStaticInvocationParams(StaticFeatureAccess featureAccess)protected Set<org.eclipse.xtext.util.Pair<String,Integer>>FunctionalOptionTypeComputer. getStaticInvocationParams(StaticFeatureAccess featureAccess)protected Set<org.eclipse.xtext.util.Pair<String,Integer>>NstrTypeComputer. getStaticInvocationParams(StaticFeatureAccess featureAccess)protected Set<org.eclipse.xtext.util.Pair<String,Integer>>PredefinedTypeComputer. getStaticInvocationParams(StaticFeatureAccess featureAccess)protected Set<org.eclipse.xtext.util.Pair<String,Integer>>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 StaticFeatureAccess Modifier and Type Method Description List<StaticFeatureAccess>ImplicitVariableInitializationFinder. getNearestInitializationOfImplicitVariable()Gets list ofStaticFeatureAccesscontains 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 booleanImplicitVariableInitializationFinder. 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 voidBslJavaValidator. checkDeprecatedMethod(StaticFeatureAccess acc)voidBslJavaValidator. checkDynamicFeatureAccessForUnknownLeftPart(StaticFeatureAccess feature)voidBslJavaValidator. 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 voidBslFormatter2. formatStaticFeatureAccess(StaticFeatureAccess expression, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsStaticFeatureAccessobject
-