public class TemplateParameterImpl extends TypeImpl implements TemplateParameter
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
NotificationChain |
basicSetOwningSignature(TemplateSignature newOwningSignature,
NotificationChain msgs) |
boolean |
conformsTo(StandardLibrary standardLibrary,
Type type)
Return true if this type conform to thatType within standardLibrary.
|
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
List<Class> |
getConstrainingClasses() |
CompleteInheritance |
getInheritance(StandardLibrary standardLibrary)
Return the inheritance description for this type within standardLibrary.
|
Class |
getNormalizedType(StandardLibrary standardLibrary)
Return the unique executable form of this type within standardLibrary.
|
TemplateSignature |
getOwningSignature() |
TemplateParameterId |
getTemplateParameterId() |
TemplateParameterId |
getTypeId()
Return a unique StandardLibrary-independent identifier for this type.
|
Class |
isClass() |
TemplateParameter |
isTemplateParameter() |
void |
setOwningSignature(TemplateSignature newOwningSignature) |
Type |
specializeIn(CallExp expr,
Type selfType) |
createInstance, createInstance, eInvoke, flattenedType, getCommonType, getPackage, getTypeParameters, isEqualTo, isEqualToUnspecializedType, oclEquals, oclHashCode, toStringgetName, setNameallOwnedElements, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitflattenedType, getCommonType, isEqualTo, isEqualToUnspecializedTypegetName, setNameallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValueoclEquals, oclHashCodepublic List<Class> getConstrainingClasses()
getConstrainingClasses in interface TemplateParameterPivotPackage.getTemplateParameter_ConstrainingClasses()public TemplateSignature getOwningSignature()
getOwningSignature in interface TemplateParameterTemplateParameter.setOwningSignature(TemplateSignature),
PivotPackage.getTemplateParameter_OwningSignature(),
TemplateSignature.getOwnedParameters()public NotificationChain basicSetOwningSignature(TemplateSignature newOwningSignature, NotificationChain msgs)
public void setOwningSignature(TemplateSignature newOwningSignature)
setOwningSignature in interface TemplateParameternewOwningSignature - the new value of the 'Owning Signature' container reference.TemplateParameter.getOwningSignature()public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseAdd in class ElementImplpublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ElementImplpublic NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class NamedElementImplpublic void eSet(int featureID,
Object newValue)
eSet in class NamedElementImplpublic void eUnset(int featureID)
eUnset in class NamedElementImplpublic boolean eIsSet(int featureID)
eIsSet in class NamedElementImplpublic <R> R accept(Visitor<R> visitor)
Elementpublic boolean conformsTo(StandardLibrary standardLibrary, Type type)
TypeconformsTo in interface Typepublic CompleteInheritance getInheritance(StandardLibrary standardLibrary)
TypegetInheritance in interface Typepublic Class getNormalizedType(StandardLibrary standardLibrary)
TypegetNormalizedType in interface Typepublic TemplateParameterId getTemplateParameterId()
getTemplateParameterId in interface TemplateParameterpublic TemplateParameterId getTypeId()
Typepublic TemplateParameter isTemplateParameter()
TypeImplisTemplateParameter in interface TypeisTemplateParameter in class TypeImplpublic Type specializeIn(CallExp expr, Type selfType)
TypeImplspecializeIn in interface TypespecializeIn in class TypeImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.