Uses of Interface
com._1c.g5.v8.dt.bsl.model.FeatureEntry
-
Packages that use FeatureEntry Package Description com._1c.g5.v8.dt.bsl.model com._1c.g5.v8.dt.bsl.model.impl com._1c.g5.v8.dt.bsl.model.util com._1c.g5.v8.dt.bsl.resource com._1c.g5.v8.dt.bsl.util -
-
Uses of FeatureEntry in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return FeatureEntry Modifier and Type Method Description FeatureEntryBslFactory. createFeatureEntry()Returns a new object of class 'Feature Entry'.Methods in com._1c.g5.v8.dt.bsl.model that return types with arguments of type FeatureEntry Modifier and Type Method Description org.eclipse.emf.common.util.EList<FeatureEntry>DynamicFeatureAccess. getFeatureEntries()Returns the value of the 'Feature Entries' containment reference list.org.eclipse.emf.common.util.EList<FeatureEntry>StaticFeatureAccess. getFeatureEntries()Returns the value of the 'Feature Entries' containment reference list. -
Uses of FeatureEntry in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement FeatureEntry Modifier and Type Class Description classFeatureEntryImplAn implementation of the model object 'Feature Entry'.Fields in com._1c.g5.v8.dt.bsl.model.impl with type parameters of type FeatureEntry Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<FeatureEntry>DynamicFeatureAccessImpl. featureEntriesThe cached value of the 'Feature Entries' containment reference list.protected org.eclipse.emf.common.util.EList<FeatureEntry>StaticFeatureAccessImpl. featureEntriesThe cached value of the 'Feature Entries' containment reference list.Methods in com._1c.g5.v8.dt.bsl.model.impl that return FeatureEntry Modifier and Type Method Description FeatureEntryBslFactoryImpl. createFeatureEntry()Methods in com._1c.g5.v8.dt.bsl.model.impl that return types with arguments of type FeatureEntry Modifier and Type Method Description org.eclipse.emf.common.util.EList<FeatureEntry>DynamicFeatureAccessImpl. getFeatureEntries()org.eclipse.emf.common.util.EList<FeatureEntry>StaticFeatureAccessImpl. getFeatureEntries() -
Uses of FeatureEntry in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type FeatureEntry Modifier and Type Method Description TBslSwitch. caseFeatureEntry(FeatureEntry object)Returns the result of interpreting the object as an instance of 'Feature Entry'.static InvocationBslUtil. getInvocation(FeatureEntry entry)Determeines whether passed in the parameterFeatureEntryis invocation target.static booleanBslUtil. isEventHandler(FeatureEntry entry)Determines whether passedFeatureEntryrepresents referense to the event handler method. -
Uses of FeatureEntry in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource that return types with arguments of type FeatureEntry Modifier and Type Method Description List<FeatureEntry>DynamicFeatureAccessComputer. getLastObject(DynamicFeatureAccess featureAccess, Environments envs)Gets last object inDynamicFeatureAccessand resolves itList<FeatureEntry>DynamicFeatureAccessComputer. getLastObject(DynamicFeatureAccess featureAccess, Environments envs, boolean mockItemsAllowed)Gets last object inDynamicFeatureAccessand resolves itList<FeatureEntry>DynamicFeatureAccessComputer. getLastObject(IndexAccess indexAccess, Environments envs, boolean mockItemsAllowed)Gets last object inIndexAccessand resolves itList<FeatureEntry>DynamicFeatureAccessComputer. getObjectForPartByIndex(List<org.eclipse.emf.ecore.EObject> parts, int index, Environments envs, boolean mockItemsAllowed, org.eclipse.xtext.util.CancelIndicator cancelIndicator)Gets resolve part ofDynamicFeatureAccessby indexList<FeatureEntry>DynamicFeatureAccessComputer. getObjectForPartByIndex(List<org.eclipse.emf.ecore.EObject> parts, int index, Environments envs, org.eclipse.xtext.util.CancelIndicator cancelIndicator)Gets resolve part ofDynamicFeatureAccessby indexList<FeatureEntry>DynamicFeatureAccessComputer. getObjectFromContextDefOfTypes(Collection<TypeItem> neighbourTypes, Environments envs, String name, boolean mockItemsAllowed, org.eclipse.emf.ecore.resource.Resource res, org.eclipse.xtext.util.CancelIndicator cancelIndicator)Gets corresponding by name, if we know parent types inDynamicFeatureAccessList<FeatureEntry>DynamicFeatureAccessComputer. getObjectFromContextDefOfTypes(Collection<TypeItem> neighbourTypes, Environments envs, String name, int numParam, boolean mockItemsAllowed, org.eclipse.emf.ecore.resource.Resource res, org.eclipse.xtext.util.CancelIndicator cancelIndicator)Gets corresponding by name, if we know parent types inDynamicFeatureAccessList<FeatureEntry>DynamicFeatureAccessComputer. getObjectFromContextDefOfTypes(Collection<TypeItem> neighbourTypes, Environments envs, String name, int numParam, org.eclipse.emf.ecore.resource.Resource res, org.eclipse.xtext.util.CancelIndicator cancelIndicator)Gets corresponding by name, if we know parent types inDynamicFeatureAccessstatic List<FeatureEntry>DynamicFeatureAccessComputer. resolveDynamicFeatureAccess(org.eclipse.emf.ecore.EObject object, DynamicFeatureAccessComputer dynamicComputer)Gets actual model object by grammar objectstatic List<FeatureEntry>DynamicFeatureAccessComputer. resolveDynamicFeatureAccess(org.eclipse.emf.ecore.EObject object, DynamicFeatureAccessComputer dynamicComputer, boolean mockItemsAllowed)Gets actual model object by grammar objectList<FeatureEntry>DynamicFeatureAccessComputer. resolveObject(FeatureAccess featureAccess, Environments envs)Gets object fromFeatureAccessand resolves itList<FeatureEntry>DynamicFeatureAccessComputer. resolveObject(FeatureAccess featureAccess, Environments envs, boolean mockItemsAllowed)Gets object fromFeatureAccessand resolves itMethods in com._1c.g5.v8.dt.bsl.resource with parameters of type FeatureEntry Modifier and Type Method Description protected List<TypeItem>TypesComputer. _compute(FeatureEntry entry, Environments envs) -
Uses of FeatureEntry in com._1c.g5.v8.dt.bsl.util
Methods in com._1c.g5.v8.dt.bsl.util that return types with arguments of type FeatureEntry Modifier and Type Method Description static List<FeatureEntry>BslUtil. getRealObject(FeatureAccess featureAccess, Block block, DynamicFeatureAccessComputer dynamicComputer, IBslOwnerComputerService ownerComputerService)Computes real objects by semantic Bsl objectstatic List<FeatureEntry>BslUtil. getRealObject(FeatureAccess featureAccess, Block block, DynamicFeatureAccessComputer dynamicComputer, IBslOwnerComputerService ownerComputerService, boolean mockMethodsAllowed)Computes real objects by semantic Bsl object
-