|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JvmGenericType
A representation of the model object 'Jvm Generic Type'.
The following features are supported:
TypesPackage.getJvmGenericType()| Method Summary | |
|---|---|
java.lang.Iterable<JvmConstructor> |
getDeclaredConstructors()
|
JvmTypeReference |
getExtendedClass()
|
java.lang.Iterable<JvmTypeReference> |
getExtendedInterfaces()
|
boolean |
isInstantiateable()
|
boolean |
isInterface()
Returns the value of the 'Interface' attribute |
void |
setInterface(boolean value)
Sets the value of the ' Interface' attribute |
| Methods inherited from interface org.eclipse.xtext.common.types.JvmDeclaredType |
|---|
findAllFeaturesByName, getAllFeatures, getDeclaredFields, getDeclaredOperations, getMembers, getPackageName, getSuperTypes, isAbstract, isFinal, isStatic, setAbstract, setFinal, setPackageName, setStatic |
| Methods inherited from interface org.eclipse.xtext.common.types.JvmMember |
|---|
getDeclaringType, getIdentifier, getSimpleName, getVisibility, internalSetIdentifier, setDeclaringType, setSimpleName, setVisibility |
| Methods inherited from interface org.eclipse.xtext.common.types.JvmAnnotationTarget |
|---|
getAnnotations |
| Methods inherited from interface org.eclipse.xtext.common.types.JvmComponentType |
|---|
getArrayType, setArrayType |
| Methods inherited from interface org.eclipse.xtext.common.types.JvmIdentifiableElement |
|---|
getQualifiedName, getQualifiedName |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Methods inherited from interface org.eclipse.xtext.common.types.JvmTypeParameterDeclarator |
|---|
getTypeParameters |
| Method Detail |
|---|
boolean isInterface()
If the meaning of the 'Interface' attribute isn't clear, there really should be more of a description here...
setInterface(boolean),
TypesPackage.getJvmGenericType_Interface()void setInterface(boolean value)
Interface' attribute.
value - the new value of the 'Interface' attribute.isInterface()java.lang.Iterable<JvmTypeReference> getExtendedInterfaces()
JvmTypeReference getExtendedClass()
boolean isInstantiateable()
java.lang.Iterable<JvmConstructor> getDeclaredConstructors()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||