| java.lang.Object biz.hammurapi.codegen.MethodPrototype
MethodPrototype | public class MethodPrototype (Code) | | author: Pavel Vlasov version: $Revision: 1.4 $ |
createReturn | public ReturnInstruction createReturn()(Code) | | |
createVariableLoad | public LocalVariableInstruction createVariableLoad(String variableName)(Code) | | |
createVariableStore | public LocalVariableInstruction createVariableStore(String variableName)(Code) | | |
getReturnType | public Type getReturnType()(Code) | | |
setAttribute | public void setAttribute(String name, String value)(Code) | | Method attribute which appears in generated documentation.
Maybe useful if documentation is used for further code
generation
Parameters: name - Parameters: value - |
|
|