com.jeffpalm.basic.bytecode.base
Class AjpComponent

java.lang.Object
  extended by com.jeffpalm.basic.bytecode.base.AjpComponent
All Implemented Interfaces:
ClassFlags, ConstantFlags
Direct Known Subclasses:
ClassFileFactoryImpl, ClassFileFinder, ClassFileImpl, ClassFilePrinter, Log, Parser

public abstract class AjpComponent
extends java.lang.Object
implements ClassFlags, ConstantFlags


Field Summary
protected  Log log
           
protected  Options options
           
 
Fields inherited from interface com.jeffpalm.basic.bytecode.base.ClassFlags
ACC_ABSTRACT, ACC_FINAL, ACC_INTERFACE, ACC_PUBLIC, ACC_SUPER
 
Fields inherited from interface com.jeffpalm.basic.bytecode.base.ConstantFlags
CONSTANT_Class, CONSTANT_Double, CONSTANT_Fieldref, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodref, CONSTANT_Long, CONSTANT_Methodref, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Utf8
 
Constructor Summary
AjpComponent(Options options)
           
 
Method Summary
protected  void db(java.lang.Object msg)
           
protected  boolean debug()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

options

protected Options options

log

protected Log log
Constructor Detail

AjpComponent

public AjpComponent(Options options)
Method Detail

debug

protected final boolean debug()

db

protected final void db(java.lang.Object msg)