jasm.lang
Interface BytecodeAttribute.Reader

Enclosing interface:
BytecodeAttribute

public static interface BytecodeAttribute.Reader

A BytecodeAttribute.Reader is an interface used for reading a given kind of BytecodeAttribute. The name returned by the reader is used to determine those bytecode attributes it will read (i.e. those with the same name).

Author:
David J. Pearce

Method Summary
 java.lang.String name()
           
 BytecodeAttribute read(BinaryInputStream input, java.util.Map<java.lang.Integer,Constant.Info> constantPool)
           
 

Method Detail

name

java.lang.String name()

read

BytecodeAttribute read(BinaryInputStream input,
                       java.util.Map<java.lang.Integer,Constant.Info> constantPool)
                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2013 David J. Pearce. All Rights Reserved.