| Package | Description |
|---|---|
| jasm.lang |
Provides core class for representing JVM class files, bytecodes, types and constants.
|
| Modifier and Type | Method and Description |
|---|---|
BytecodeAttribute |
BytecodeAttribute.Reader.read(BinaryInputStream input,
Map<Integer,Constant.Info> constantPool) |
static BytecodeAttribute |
BytecodeAttribute.Fn.read(BinaryInputStream input,
Map<Integer,Constant.Info> constantPool,
Map<String,BytecodeAttribute.Reader> readers)
Read a BytecodeAttribute from an input stream, using the given
constant pool and readers map to decode them.
|
static List<BytecodeAttribute> |
BytecodeAttribute.Fn.read(int count,
BinaryInputStream input,
Map<Integer,Constant.Info> constantPool,
Map<String,BytecodeAttribute.Reader> readers)
Read a list of BytecodeAttributes from an input stream, using the
given constant pool and readers map to decode them.
|
Copyright © 2016. All rights reserved.