Sets the method body statement. Typically a BlockStatement. Setting null indicates an abstract method. @param code the statement representing the method body
(Statement code)
| 125 | * @param code the statement representing the method body |
| 126 | */ |
| 127 | public void setCode(Statement code) { |
| 128 | this.code = code; |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Returns the ASM modifier flags for this method. |
no outgoing calls