|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JvmDeclaredType
A representation of the model object 'Jvm Declared Type'.
The following features are supported:
TypesPackage.getJvmDeclaredType()| Method Summary | |
|---|---|
java.lang.Iterable<JvmFeature> |
findAllFeaturesByName(java.lang.String simpleName)
Returns all the fields and operations with the given simple name. |
java.lang.Iterable<JvmFeature> |
getAllFeatures()
Returns all the fields and operations of this type. |
java.lang.Iterable<JvmField> |
getDeclaredFields()
|
java.lang.Iterable<JvmOperation> |
getDeclaredOperations()
|
org.eclipse.emf.common.util.EList<JvmMember> |
getMembers()
Returns the value of the 'Members' containment reference list. |
java.lang.String |
getPackageName()
Returns the value of the 'Package Name' attribute |
org.eclipse.emf.common.util.EList<JvmTypeReference> |
getSuperTypes()
Returns the value of the 'Super Types' containment reference list. |
boolean |
isAbstract()
Returns the value of the 'Abstract' attribute |
boolean |
isFinal()
Returns the value of the 'Final' attribute |
boolean |
isStatic()
Returns the value of the 'Static' attribute |
void |
setAbstract(boolean value)
Sets the value of the ' Abstract' attribute |
void |
setFinal(boolean value)
Sets the value of the ' Final' attribute |
void |
setPackageName(java.lang.String value)
Sets the value of the ' Package Name' attribute |
void |
setStatic(boolean value)
Sets the value of the ' Static' attribute |
| 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 |
| Method Detail |
|---|
org.eclipse.emf.common.util.EList<JvmTypeReference> getSuperTypes()
JvmTypeReference.
If the meaning of the 'Super Types' containment reference list isn't clear, there really should be more of a description here...
TypesPackage.getJvmDeclaredType_SuperTypes()org.eclipse.emf.common.util.EList<JvmMember> getMembers()
JvmMember.
It is bidirectional and its opposite is 'Declaring Type'.
If the meaning of the 'Members' containment reference list isn't clear, there really should be more of a description here...
TypesPackage.getJvmDeclaredType_Members(),
JvmMember.getDeclaringType()boolean isAbstract()
If the meaning of the 'Abstract' attribute isn't clear, there really should be more of a description here...
setAbstract(boolean),
TypesPackage.getJvmDeclaredType_Abstract()void setAbstract(boolean value)
Abstract' attribute.
value - the new value of the 'Abstract' attribute.isAbstract()boolean isStatic()
If the meaning of the 'Static' attribute isn't clear, there really should be more of a description here...
setStatic(boolean),
TypesPackage.getJvmDeclaredType_Static()void setStatic(boolean value)
Static' attribute.
value - the new value of the 'Static' attribute.isStatic()boolean isFinal()
If the meaning of the 'Final' attribute isn't clear, there really should be more of a description here...
setFinal(boolean),
TypesPackage.getJvmDeclaredType_Final()void setFinal(boolean value)
Final' attribute.
value - the new value of the 'Final' attribute.isFinal()java.lang.String getPackageName()
If the meaning of the 'Package Name' attribute isn't clear, there really should be more of a description here...
setPackageName(String),
TypesPackage.getJvmDeclaredType_PackageName()void setPackageName(java.lang.String value)
Package Name' attribute.
value - the new value of the 'Package Name' attribute.getPackageName()java.lang.Iterable<JvmOperation> getDeclaredOperations()
java.lang.Iterable<JvmField> getDeclaredFields()
java.lang.Iterable<JvmFeature> findAllFeaturesByName(java.lang.String simpleName)
Returns all the fields and operations with the given simple name.
Overridden features will not be returned.
java.lang.Iterable<JvmFeature> getAllFeatures()
Returns all the fields and operations of this type.
Overridden features will not be returned.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||