Class BslOwnerComputer
java.lang.Object
com._1c.g5.v8.dt.bsl.resource.owner.AbstractBslOwnerComputer
com._1c.g5.v8.dt.internal.bsl.resource.owner.BslOwnerComputer
- All Implemented Interfaces:
IBslOwnerComputer
Realization of extension point OwnerComputer for common md objects
-
Field Summary
Fields inherited from class com._1c.g5.v8.dt.bsl.resource.owner.AbstractBslOwnerComputer
commandEClassByEClass, eClassBySegment -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputeDefines(ModuleType type, org.eclipse.emf.ecore.EClass ownerEClass) ComputesDefinesby module type and module ownercomputeEnvironments(ModuleType type, org.eclipse.emf.ecore.EClass ownerEClass) ComputesEnvironmentsby module type and module ownerMethods inherited from class com._1c.g5.v8.dt.bsl.resource.owner.AbstractBslOwnerComputer
getCommandByEClass, getEClassByFirstSegmentModuleName, initialize, isCommandEClass, isContainsEClass
-
Constructor Details
-
BslOwnerComputer
public BslOwnerComputer()
-
-
Method Details
-
computeEnvironments
Description copied from interface:IBslOwnerComputerComputesEnvironmentsby module type and module owner- Specified by:
computeEnvironmentsin interfaceIBslOwnerComputer- Specified by:
computeEnvironmentsin classAbstractBslOwnerComputer- Parameters:
type- module typeownerEClass- module owner- Returns:
Environmentsof module ornull
-
computeDefines
Description copied from interface:IBslOwnerComputerComputesDefinesby module type and module owner- Specified by:
computeDefinesin interfaceIBslOwnerComputer- Specified by:
computeDefinesin classAbstractBslOwnerComputer- Parameters:
type- module type- Returns:
Definesof module ornull
-