org.eclipse.xtend.core.xtend
Interface XtendConstructor

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, XtendAnnotationTarget, XtendMember
All Known Implementing Classes:
XtendConstructorImpl

public interface XtendConstructor
extends XtendMember

A representation of the model object 'Constructor'.

The following features are supported:

See Also:
XtendPackage.getXtendConstructor()
EMF generated code
EMF model element

Method Summary
 org.eclipse.emf.common.util.EList<JvmTypeReference> getExceptions()
          Returns the value of the 'Exceptions' containment reference list.
 XExpression getExpression()
          Returns the value of the 'Expression' containment reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList<XtendParameter> getParameters()
          Returns the value of the 'Parameters' containment reference list.
 org.eclipse.emf.common.util.EList<JvmTypeParameter> getTypeParameters()
          Returns the value of the 'Type Parameters' containment reference list.
 JvmVisibility getVisibility()
          Returns the value of the 'Visibility' attribute.
 boolean isSetVisibility()
          Returns whether the value of the 'Visibility' attribute is set.
 void setExpression(XExpression value)
          Sets the value of the 'Expression' containment reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setVisibility(JvmVisibility value)
          Sets the value of the 'Visibility' attribute.
 void unsetVisibility()
          Unsets the value of the 'Visibility' attribute.
 
Methods inherited from interface org.eclipse.xtend.core.xtend.XtendMember
getAnnotationInfo, setAnnotationInfo
 
Methods inherited from interface org.eclipse.xtend.core.xtend.XtendAnnotationTarget
getAnnotations
 
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
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), XtendPackage.getXtendConstructor_Name()
EMF generated code
EMF model element

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
EMF generated code

getExpression

XExpression getExpression()
Returns the value of the 'Expression' containment reference.

If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Expression' containment reference.
See Also:
setExpression(XExpression), XtendPackage.getXtendConstructor_Expression()
EMF generated code
EMF model element
containment="true"

setExpression

void setExpression(XExpression value)
Sets the value of the 'Expression' containment reference.

Parameters:
value - the new value of the 'Expression' containment reference.
See Also:
getExpression()
EMF generated code

getParameters

org.eclipse.emf.common.util.EList<XtendParameter> getParameters()
Returns the value of the 'Parameters' containment reference list. The list contents are of type XtendParameter.

If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parameters' containment reference list.
See Also:
XtendPackage.getXtendConstructor_Parameters()
EMF generated code
EMF model element
containment="true"

getTypeParameters

org.eclipse.emf.common.util.EList<JvmTypeParameter> getTypeParameters()
Returns the value of the 'Type Parameters' containment reference list. The list contents are of type JvmTypeParameter.

If the meaning of the 'Type Parameters' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type Parameters' containment reference list.
See Also:
XtendPackage.getXtendConstructor_TypeParameters()
EMF generated code
EMF model element
containment="true"

getVisibility

JvmVisibility getVisibility()
Returns the value of the 'Visibility' attribute. The default value is "PUBLIC". The literals are from the enumeration JvmVisibility.

If the meaning of the 'Visibility' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Visibility' attribute.
See Also:
JvmVisibility, isSetVisibility(), unsetVisibility(), setVisibility(JvmVisibility), XtendPackage.getXtendConstructor_Visibility()
EMF generated code
EMF model element
default="PUBLIC" unsettable="true"

setVisibility

void setVisibility(JvmVisibility value)
Sets the value of the 'Visibility' attribute.

Parameters:
value - the new value of the 'Visibility' attribute.
See Also:
JvmVisibility, isSetVisibility(), unsetVisibility(), getVisibility()
EMF generated code

unsetVisibility

void unsetVisibility()
Unsets the value of the 'Visibility' attribute.

See Also:
isSetVisibility(), getVisibility(), setVisibility(JvmVisibility)
EMF generated code

isSetVisibility

boolean isSetVisibility()
Returns whether the value of the 'Visibility' attribute is set.

Returns:
whether the value of the 'Visibility' attribute is set.
See Also:
unsetVisibility(), getVisibility(), setVisibility(JvmVisibility)
EMF generated code

getExceptions

org.eclipse.emf.common.util.EList<JvmTypeReference> getExceptions()
Returns the value of the 'Exceptions' containment reference list. The list contents are of type JvmTypeReference.

If the meaning of the 'Exceptions' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Exceptions' containment reference list.
See Also:
XtendPackage.getXtendConstructor_Exceptions()
EMF generated code
EMF model element
containment="true"