public static interface AsmClassReader.Factory
AsmClassReader
.Modifier and Type | Interface and Description |
---|---|
static class |
AsmClassReader.Factory.Default
A default implementation that creates a pure ASM
ClassReader . |
Modifier and Type | Method and Description |
---|---|
AsmClassReader |
make(byte[] binaryRepresentation)
Creates a class reader for a given class file.
|
AsmClassReader |
make(byte[] binaryRepresentation,
boolean experimental)
Creates a class reader for a given class file.
|
AsmClassReader make(byte[] binaryRepresentation)
binaryRepresentation
- The class file's binary representation.AsmClassReader make(byte[] binaryRepresentation, boolean experimental)
binaryRepresentation
- The class file's binary representation.experimental
- true
if unknown Java class files versions should also be considered.Copyright © 2014–2024. All rights reserved.