|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Implementation of constructors.
ConstructorElement| Field Summary | |
static long |
serialVersionUID
Deprecated. Only public by accident. |
| Method Summary | |
String |
getBody()
Get the body. |
Identifier[] |
getExceptions()
Get the thrown exceptions. |
JavaDoc.Method |
getJavaDoc()
Get the JavaDoc. |
MethodParameter[] |
getParameters()
Get the method parameters. |
void |
setBody(String s)
Set the body. |
void |
setExceptions(Identifier[] exceptions)
Set the thrown exceptions. |
void |
setParameters(MethodParameter[] params)
Set the method parameters. |
| Methods inherited from interface org.openide.src.MemberElement.Impl |
getModifiers, getName, setModifiers, setName |
| Methods inherited from interface org.openide.src.Element.Impl |
addPropertyChangeListener, attachedToElement, getCookie, markCurrent, readResolve, removePropertyChangeListener |
| Field Detail |
public static final long serialVersionUID
| Method Detail |
public MethodParameter[] getParameters()
public void setParameters(MethodParameter[] params) throws SourceException
params - the new parameters
SourceException - if impossiblepublic Identifier[] getExceptions()
public void setExceptions(Identifier[] exceptions) throws SourceException
exceptions - the new exceptions to be thrown, by name
SourceException - if impossiblepublic void setBody(String s) throws SourceException
s - the new body (may be null for methods)
SourceException - if impossibleConstructorElement.getBody()public String getBody()
null for methods)ConstructorElement.getBody()public JavaDoc.Method getJavaDoc()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||