com.jeffpalm.basic.bytecode
Interface IAttribute

All Superinterfaces:
ICodeGenerator, IDumpable
All Known Subinterfaces:
ICodeAttribute, ILineNumberTableAttribute, IMutableLineNumberTableAttribute, ISourceFileAttribute
All Known Implementing Classes:
CodeAttribute, LineNumberTableAttribute, SourceFileAttribute

public interface IAttribute
extends IDumpable, ICodeGenerator


Method Summary
 int length()
           
 java.lang.String name()
           
 IConstantPool pool()
           
 
Methods inherited from interface com.jeffpalm.basic.util.IDumpable
dump
 
Methods inherited from interface com.jeffpalm.basic.bytecode.ICodeGenerator
gen
 

Method Detail

pool

IConstantPool pool()

name

java.lang.String name()

length

int length()