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 FeatureEntry
BslFactory. 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 class
FeatureEntryImpl
An 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. featureEntries
The cached value of the 'Feature Entries
' containment reference list.protected org.eclipse.emf.common.util.EList<FeatureEntry>
StaticFeatureAccessImpl. featureEntries
The 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 FeatureEntry
BslFactoryImpl. 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 T
BslSwitch. caseFeatureEntry(FeatureEntry object)
Returns the result of interpreting the object as an instance of 'Feature Entry'.static Invocation
BslUtil. getInvocation(FeatureEntry entry)
Determeines whether passed in the parameterFeatureEntry
is invocation target.static boolean
BslUtil. isEventHandler(FeatureEntry entry)
Determines whether passedFeatureEntry
represents 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 inDynamicFeatureAccess
and resolves itList<FeatureEntry>
DynamicFeatureAccessComputer. getLastObject(DynamicFeatureAccess featureAccess, Environments envs, boolean mockItemsAllowed)
Gets last object inDynamicFeatureAccess
and resolves itList<FeatureEntry>
DynamicFeatureAccessComputer. getLastObject(IndexAccess indexAccess, Environments envs, boolean mockItemsAllowed)
Gets last object inIndexAccess
and 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 ofDynamicFeatureAccess
by indexList<FeatureEntry>
DynamicFeatureAccessComputer. getObjectForPartByIndex(List<org.eclipse.emf.ecore.EObject> parts, int index, Environments envs, org.eclipse.xtext.util.CancelIndicator cancelIndicator)
Gets resolve part ofDynamicFeatureAccess
by 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 inDynamicFeatureAccess
List<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 inDynamicFeatureAccess
List<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 inDynamicFeatureAccess
static 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 fromFeatureAccess
and resolves itList<FeatureEntry>
DynamicFeatureAccessComputer. resolveObject(FeatureAccess featureAccess, Environments envs, boolean mockItemsAllowed)
Gets object fromFeatureAccess
and 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
-