com.jeffpalm.basic.bytecode
Interface IMutableMethod

All Superinterfaces:
ICodeGenerator, IDumpable, IFieldOrMethod, IMethod, IMutableFieldOrMethod
All Known Implementing Classes:
MethodImpl

public interface IMutableMethod
extends IMutableFieldOrMethod, IMethod


Method Summary
 
Methods inherited from interface com.jeffpalm.basic.bytecode.IMutableFieldOrMethod
addAttribute
 
Methods inherited from interface com.jeffpalm.basic.bytecode.IFieldOrMethod
accessFlags, attributes, attributesCount, descriptor, name, setAccessFlags
 
Methods inherited from interface com.jeffpalm.basic.util.IDumpable
dump
 
Methods inherited from interface com.jeffpalm.basic.bytecode.ICodeGenerator
gen
 
Methods inherited from interface com.jeffpalm.basic.bytecode.IMethod
code
 
Methods inherited from interface com.jeffpalm.basic.bytecode.IFieldOrMethod
accessFlags, attributes, attributesCount, descriptor, name, setAccessFlags
 
Methods inherited from interface com.jeffpalm.basic.util.IDumpable
dump
 
Methods inherited from interface com.jeffpalm.basic.bytecode.ICodeGenerator
gen