com.caucho.bytecode
Class ByteCodeClassScanner

java.lang.Object
  extended by com.caucho.bytecode.ByteCodeClassScanner

public class ByteCodeClassScanner
extends java.lang.Object

Scans for matching classes.


Constructor Summary
ByteCodeClassScanner(java.lang.String className, java.io.InputStream is, ByteCodeClassMatcher matcher)
           
 
Method Summary
 boolean parseConstantPool()
          Parses the constant pool.
 boolean scan()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteCodeClassScanner

public ByteCodeClassScanner(java.lang.String className,
                            java.io.InputStream is,
                            ByteCodeClassMatcher matcher)
Method Detail

scan

public boolean scan()

parseConstantPool

public boolean parseConstantPool()
                          throws java.io.IOException
Parses the constant pool.

Throws:
java.io.IOException