Class DcsExprFeatureKeyComputer
java.lang.Object
com.e1c.langtool.v8.dt.naming.AbstractFeatureKeyComputer
com.e1c.langtool.v8.dt.dcs.expressions.naming.DcsExprFeatureKeyComputer
- All Implemented Interfaces:
IFeatureKeyComputer
- Direct Known Subclasses:
DcsExprFeatureConverterKeyComputer,DcsExprFeatureKeyComputer2
-
Field Summary
Fields inherited from class com.e1c.langtool.v8.dt.naming.AbstractFeatureKeyComputer
SUFFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FeatureKey_computeFqn(Expression obj) protected FeatureKey_computeFqn(Expressions obj) protected FeatureKeyprotected FeatureKey_computeFqn(Function obj) protected FeatureKey_computeFqn(Ident obj) protected FeatureKey_computeFqn(Name obj) protected FeatureKey_computeFqn(Parameter obj) protected FeatureKey_computeFqn(StringLiteral obj) protected FeatureKeycomputeExpressionFeatureFQN(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) computeFqn(org.eclipse.emf.ecore.EObject obj) static DcsExprFeatureKeyComputercreate()protected StringgetLanguageCode(StringLiteral literal) booleanisSupported(org.eclipse.emf.ecore.EObject object) Checks if this compueter is supported the object.Methods inherited from class com.e1c.langtool.v8.dt.naming.AbstractFeatureKeyComputer
_computeListFqn, _computeParentFeatureFqn, computeListOrParent, getFeatureKey, toFeatureKey
-
Constructor Details
-
DcsExprFeatureKeyComputer
public DcsExprFeatureKeyComputer()
-
-
Method Details
-
create
-
isSupported
public boolean isSupported(org.eclipse.emf.ecore.EObject object) Description copied from interface:IFeatureKeyComputerChecks if this compueter is supported the object.- Parameters:
object- the object- Returns:
- true, if is supported
-
computeFqn
- Specified by:
computeFqnin classAbstractFeatureKeyComputer
-
_computeFqn
-
computeExpressionFeatureFQN
protected FeatureKey computeExpressionFeatureFQN(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) -
_computeFqn
-
_computeFqn
-
_computeFqn
-
_computeFqn
-
_computeFqn
-
_computeFqn
-
_computeFqn
-
getLanguageCode
-