|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.hillenbrand.jedi.ds.JediMethod
public class JediMethod
| Field Summary | |
|---|---|
static int |
CONSTRUCTOR
|
static int |
INSTANCE_INITIALIZER
|
static int |
METHOD
|
static int |
STATIC_INITIALIZER
|
protected java.lang.String |
typeParameters
|
| Constructor Summary | |
|---|---|
JediMethod(JediClass parentClass,
java.io.BufferedReader in)
|
|
JediMethod(JediClass parentClass,
java.lang.String methodName,
int methodType)
|
|
| Method Summary | |
|---|---|
void |
addParameter(java.lang.String p)
|
void |
addThrows(java.lang.String p)
|
void |
appendBodyText(java.lang.String line)
|
void |
cleanUp()
|
int |
compareTo(java.lang.Object o)
|
boolean |
export(de.hillenbrand.io.HWriter out,
boolean javadoc)
|
boolean |
export(de.hillenbrand.io.HWriter out,
java.lang.String prefix,
boolean javadoc)
|
java.lang.String |
getAnnotations()
|
de.hillenbrand.swing.text.UndoableDocument |
getAnnotationsAsDocument()
|
de.hillenbrand.swing.text.JavaDocument |
getBodyAsJavaDocument()
|
java.lang.String |
getBodyAsPlainText()
|
java.lang.String |
getFullName()
|
java.lang.String |
getJavaDoc()
|
de.hillenbrand.swing.text.UndoableDocument |
getJavaDocAsDocument()
|
java.lang.String |
getName()
|
java.lang.String[] |
getParameters()
|
JediClass |
getParent()
|
MethodPropertiesFrame |
getPropertiesFrame()
|
java.lang.String |
getResultType()
|
java.lang.String |
getSignature()
|
java.lang.String[] |
getThrows()
|
int |
getType()
|
java.lang.String |
getTypeParameters()
Returns the value of the typeParameters property. |
boolean |
isAbstract()
|
boolean |
isConstructor()
|
boolean |
isEnabled()
Returns the value of the enabled property. |
boolean |
isFinal()
|
boolean |
isInstanceInitializer()
|
boolean |
isMethod()
|
boolean |
isNative()
|
boolean |
isPrivate()
|
boolean |
isProtected()
|
boolean |
isPublic()
|
boolean |
isStatic()
|
boolean |
isStaticInitializer()
|
boolean |
isStrict()
Returns the value of the strict property. |
boolean |
isSynchronized()
|
void |
refreshPropertiesFrame()
|
int |
saveSource(de.hillenbrand.io.HPrintWriter out,
int line,
LineResolver lineResolver,
java.lang.String prefix)
|
void |
setAbstract(boolean b)
|
void |
setAnnotations(java.lang.String s)
|
void |
setDataFrom(JediMethod m)
|
void |
setEnabled(boolean arg)
Assigns the value of the enabled property. |
void |
setFinal(boolean b)
|
void |
setJavaDoc(java.lang.String s)
|
void |
setNative(boolean b)
|
void |
setParameters(java.lang.String[] s)
|
void |
setPrivate(boolean b)
|
void |
setProtected(boolean b)
|
void |
setPublic(boolean b)
|
void |
setResultType(java.lang.String s)
|
void |
setStatic(boolean b)
|
void |
setStrict(boolean arg)
Assigns the value of the strict property. |
void |
setSynchronized(boolean b)
|
void |
setText(java.lang.String s)
|
void |
setThrows(java.lang.String[] s)
|
void |
setTypeParameters(java.lang.String arg)
Assigns the value of the typeParameters property. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int METHOD
public static final int CONSTRUCTOR
public static final int STATIC_INITIALIZER
public static final int INSTANCE_INITIALIZER
protected java.lang.String typeParameters
| Constructor Detail |
|---|
public JediMethod(JediClass parentClass,
java.io.BufferedReader in)
public JediMethod(JediClass parentClass,
java.lang.String methodName,
int methodType)
| Method Detail |
|---|
public void addParameter(java.lang.String p)
public void addThrows(java.lang.String p)
public void appendBodyText(java.lang.String line)
public void cleanUp()
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable
public boolean export(de.hillenbrand.io.HWriter out,
boolean javadoc)
public boolean export(de.hillenbrand.io.HWriter out,
java.lang.String prefix,
boolean javadoc)
public java.lang.String getAnnotations()
getAnnotations in interface JediJavaObjectpublic de.hillenbrand.swing.text.UndoableDocument getAnnotationsAsDocument()
public de.hillenbrand.swing.text.JavaDocument getBodyAsJavaDocument()
public java.lang.String getBodyAsPlainText()
public java.lang.String getFullName()
getFullName in interface JediJavaObjectpublic java.lang.String getJavaDoc()
getJavaDoc in interface JediJavaObjectpublic de.hillenbrand.swing.text.UndoableDocument getJavaDocAsDocument()
public java.lang.String getName()
getName in interface JediJavaObjectpublic java.lang.String[] getParameters()
public JediClass getParent()
public MethodPropertiesFrame getPropertiesFrame()
public java.lang.String getResultType()
public java.lang.String getSignature()
public java.lang.String[] getThrows()
public int getType()
public java.lang.String getTypeParameters()
public boolean isAbstract()
public boolean isConstructor()
public boolean isEnabled()
public boolean isFinal()
public boolean isInstanceInitializer()
public boolean isMethod()
public boolean isNative()
public boolean isPrivate()
public boolean isProtected()
public boolean isPublic()
public boolean isStatic()
public boolean isStaticInitializer()
public boolean isStrict()
public boolean isSynchronized()
public void refreshPropertiesFrame()
public int saveSource(de.hillenbrand.io.HPrintWriter out,
int line,
LineResolver lineResolver,
java.lang.String prefix)
public void setAbstract(boolean b)
public void setAnnotations(java.lang.String s)
setAnnotations in interface JediJavaObjectpublic void setDataFrom(JediMethod m)
public void setEnabled(boolean arg)
public void setFinal(boolean b)
public void setJavaDoc(java.lang.String s)
setJavaDoc in interface JediJavaObjectpublic void setNative(boolean b)
public void setParameters(java.lang.String[] s)
public void setPrivate(boolean b)
public void setProtected(boolean b)
public void setPublic(boolean b)
public void setResultType(java.lang.String s)
public void setStatic(boolean b)
public void setStrict(boolean arg)
public void setSynchronized(boolean b)
public void setText(java.lang.String s)
public void setThrows(java.lang.String[] s)
public void setTypeParameters(java.lang.String arg)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||