| java.lang.Object com.caucho.java.gen.ClassComponent com.caucho.java.gen.BaseMethod
All known Subclasses: com.caucho.ejb.gen21.ManyToOneSetter, com.caucho.ejb.gen21.AbstractQueryMethod, com.caucho.ejb.gen21.CollectionSetter, com.caucho.ejb.gen21.CmpManyToOneGetter, com.caucho.ejb.gen21.AmberGetter, com.caucho.ejb.gen21.AmberIdGetter, com.caucho.ejb.gen21.CMP10FindMethod, com.caucho.ejb.gen21.EntityFindMethod, com.caucho.ejb.gen21.EntityRemoveMethod, com.caucho.ejb.gen21.AmberFindMethod, com.caucho.ejb.gen21.EntityFindCollectionMethod, com.caucho.ejb.gen21.EntityCreateMethod,
BaseMethod | public BaseMethod(Method method)(Code) | | Creates the base method
|
BaseMethod | public BaseMethod(Method apiMethod, Method implMethod)(Code) | | Creates the base method
|
generate | public void generate(JavaWriter out) throws IOException(Code) | | Generates the code for the class.
Parameters: out - the writer to the output stream. |
generateCall | protected void generateCall(JavaWriter out, String[] args) throws IOException(Code) | | Generates the code for the call.
Parameters: out - the writer to the output stream. Parameters: args - the arguments |
generateMethodHeader | public String[] generateMethodHeader(JavaWriter out) throws IOException(Code) | | Generates the method header
Parameters: out - the writer to the output stream. the method arguments |
getExceptionTypes | public Class[] getExceptionTypes()(Code) | | Returns the exception types.
|
getMethod | public Method getMethod()(Code) | | Returns the method.
|
getMethodName | public String getMethodName()(Code) | | Returns the method name.
|
getParameterTypes | public Class[] getParameterTypes()(Code) | | Returns the parameter types.
|
getReturnType | public Class getReturnType()(Code) | | Gets the return type.
|
|
|