public class CLAbsorber extends Object
Constructor and Description |
---|
CLAbsorber(String className)
Construct a CLAbsorber object given the (fully-qualified) name of the
class file to read.
|
Modifier and Type | Method and Description |
---|---|
CLFile |
classFile()
Return the CLFile representation of the class that was read.
|
boolean |
errorHasOccurred()
Return true if an error had occurred while reading the class; false
otherwise.
|
static void |
main(String[] args)
Driver for CLAbsorber.
|
public CLAbsorber(String className)
className
- fully qualified name of the input class file.public CLFile classFile()
public boolean errorHasOccurred()
public static void main(String[] args)