|
Regain 2.1.0-STABLE API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.regain.crawler.preparator.java.JMethod
public class JMethod
Represents methods of a Java class
Field Summary | |
---|---|
private String |
codeBlock
|
private String |
methodName
|
private ArrayList |
parameters
|
private String |
returnType
|
Constructor Summary | |
---|---|
JMethod()
|
Method Summary | |
---|---|
String |
getCodeBlock()
Returns the code block of a method |
String |
getMethodName()
Returns the name of the method. |
ArrayList |
getParameters()
Returns the parameters of a method. |
String |
getReturnType()
Returns the return type of a method. |
void |
setCodeBlock(String codeBlock)
Sets the code block for the method. |
void |
setMethodName(String methodName)
Sets the name of a method. |
void |
setParameters(ArrayList parameters)
Sets the parameters of a method. |
void |
setReturnType(String returnType)
Sets the return type of method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String methodName
private ArrayList parameters
private String codeBlock
private String returnType
Constructor Detail |
---|
public JMethod()
Method Detail |
---|
public String getMethodName()
public void setMethodName(String methodName)
methodName
- public ArrayList getParameters()
public void setParameters(ArrayList parameters)
parameters
- public String getCodeBlock()
public void setCodeBlock(String codeBlock)
codeBlock
- public String getReturnType()
public void setReturnType(String returnType)
returnType
-
|
Regain 2.1.0-STABLE API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |