|
org.openide.src 1.8.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ConstructorElement.Impl
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 |
---|
static final long serialVersionUID
Method Detail |
---|
MethodParameter[] getParameters()
void setParameters(MethodParameter[] params) throws SourceException
params
- the new parameters
SourceException
- if impossibleIdentifier[] getExceptions()
void setExceptions(Identifier[] exceptions) throws SourceException
exceptions
- the new exceptions to be thrown, by name
SourceException
- if impossiblevoid setBody(String s) throws SourceException
s
- the new body (may be null
for methods)
SourceException
- if impossibleConstructorElement.getBody()
String getBody()
null
for methods)ConstructorElement.getBody()
JavaDoc.Method getJavaDoc()
|
org.openide.src 1.8.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |