|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A generic descriptor for symbol information
Field Summary | |
static java.lang.String |
copyright
|
Method Summary | |
org.eclipse.emf.common.util.EList |
getInterfaceTypeSignatures()
Returns the value of the 'Interface Type Signatures' attribute list. |
org.eclipse.emf.common.util.EList |
getMethods()
Returns the value of the 'Methods' reference list. |
org.eclipse.emf.common.util.EList |
getProperties()
Returns the value of the 'Properties' reference list. |
org.eclipse.emf.common.util.EList |
getSuperTypeSignatures()
Returns the value of the 'Super Type Signatures' attribute list. |
java.lang.String |
getTypeSignature()
Returns the value of the 'Type Signature' attribute. |
java.lang.String |
getTypeSignatureDelegate()
Returns the value of the 'Type Signature Delegate' attribute. |
void |
setTypeSignatureDelegate(java.lang.String value)
Sets the value of the ' Type Signature Delegate ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public org.eclipse.emf.common.util.EList getProperties()
IPropertySymbol
.
If the meaning of the 'Properties' reference list isn't clear, there really should be more of a description here...
SymbolPackage.getITypeDescriptor_Properties()
public java.lang.String getTypeSignature()
""
.
If the meaning of the 'Type Signature' attribute isn't clear, there really should be more of a description here...
SymbolPackage.getITypeDescriptor_TypeSignature()
public org.eclipse.emf.common.util.EList getSuperTypeSignatures()
String
.
If the meaning of the 'Super Type Signatures' attribute list isn't clear, there really should be more of a description here...
SymbolPackage.getITypeDescriptor_SuperTypeSignatures()
public org.eclipse.emf.common.util.EList getInterfaceTypeSignatures()
String
.
If the meaning of the 'Interface Type Signatures' attribute list isn't clear, there really should be more of a description here...
SymbolPackage.getITypeDescriptor_InterfaceTypeSignatures()
public java.lang.String getTypeSignatureDelegate()
If the meaning of the 'Type Signature Delegate' attribute isn't clear, there really should be more of a description here...
setTypeSignatureDelegate(String)
,
SymbolPackage.getITypeDescriptor_TypeSignatureDelegate()
public void setTypeSignatureDelegate(java.lang.String value)
Type Signature Delegate
' attribute.
value
- the new value of the 'Type Signature Delegate' attribute.getTypeSignatureDelegate()
public org.eclipse.emf.common.util.EList getMethods()
IMethodSymbol
.
If the meaning of the 'Methods' reference list isn't clear, there really should be more of a description here...
SymbolPackage.getITypeDescriptor_Methods()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |