com.jeffpalm.basic.bytecode
Interface IMutableFieldOrMethod

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

public interface IMutableFieldOrMethod
extends IFieldOrMethod


Method Summary
 boolean addAttribute(IAttribute attribute)
           
 
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

addAttribute

boolean addAttribute(IAttribute attribute)