com.jeffpalm.basic.bytecode
Interface IMethod

All Superinterfaces:
ICodeGenerator, IDumpable, IFieldOrMethod
All Known Subinterfaces:
IMutableMethod
All Known Implementing Classes:
MethodImpl

public interface IMethod
extends IFieldOrMethod


Method Summary
 ICode 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
 

Method Detail

code

ICode code()