|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JvmExecutable
A representation of the model object 'Jvm Executable'.
The following features are supported:
TypesPackage.getJvmExecutable()| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList<JvmTypeReference> |
getExceptions()
Returns the value of the 'Exceptions' containment reference list. |
org.eclipse.emf.common.util.EList<JvmFormalParameter> |
getParameters()
Returns the value of the 'Parameters' containment reference list. |
boolean |
isVarArgs()
Returns the value of the 'Var Args' attribute |
void |
setVarArgs(boolean value)
Sets the value of the ' Var Args' 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.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 |
|---|
org.eclipse.emf.common.util.EList<JvmFormalParameter> getParameters()
JvmFormalParameter.
If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...
TypesPackage.getJvmExecutable_Parameters()org.eclipse.emf.common.util.EList<JvmTypeReference> getExceptions()
JvmTypeReference.
If the meaning of the 'Exceptions' containment reference list isn't clear, there really should be more of a description here...
TypesPackage.getJvmExecutable_Exceptions()boolean isVarArgs()
If the meaning of the 'Var Args' attribute isn't clear, there really should be more of a description here...
setVarArgs(boolean),
TypesPackage.getJvmExecutable_VarArgs()void setVarArgs(boolean value)
Var Args' attribute.
value - the new value of the 'Var Args' attribute.isVarArgs()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||