@Module public class ByteCodeClassScanner extends java.lang.Object
Constructor and Description |
---|
ByteCodeClassScanner() |
Modifier and Type | Method and Description |
---|---|
void |
init(java.lang.String className,
java.io.InputStream is,
ByteCodeClassMatcher matcher) |
boolean |
parseConstantPool(java.io.InputStream is)
Parses the constant pool.
|
boolean |
scan() |
public void init(java.lang.String className, java.io.InputStream is, ByteCodeClassMatcher matcher)
public boolean scan()
public boolean parseConstantPool(java.io.InputStream is) throws java.io.IOException
java.io.IOException