|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkawigi.problem.MethodDecl
public class MethodDecl
Represents the method to be implemented for a problem.
| Constructor Summary | |
|---|---|
MethodDecl(java.lang.String methodName,
EditorDataType returnType,
EditorDataType[] paramTypes,
java.lang.String[] paramNames)
Constructs a MethodDecl with the given parameters. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of this method. |
java.lang.String[] |
getParamNames()
Returns the names of the parameters to this method. |
EditorDataType[] |
getParamTypes()
Returns the types of the parameters to this method. |
EditorDataType |
getReturnType()
Returns the return type of this method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodDecl(java.lang.String methodName,
EditorDataType returnType,
EditorDataType[] paramTypes,
java.lang.String[] paramNames)
| Method Detail |
|---|
public java.lang.String getName()
public EditorDataType getReturnType()
public java.lang.String[] getParamNames()
public EditorDataType[] getParamTypes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||