com.jeffpalm.ajp.impl
Interface ClassFlags

All Known Implementing Classes:
AjpComponent, ClassFilePrinter, ClassFileStruct, Log

public interface ClassFlags


Field Summary
static short ACC_ABSTRACT
           
static short ACC_FINAL
           
static short ACC_INTERFACE
           
static short ACC_PUBLIC
           
static short ACC_SUPER
           
 

Field Detail

ACC_PUBLIC

static final short ACC_PUBLIC
See Also:
Constant Field Values

ACC_FINAL

static final short ACC_FINAL
See Also:
Constant Field Values

ACC_SUPER

static final short ACC_SUPER
See Also:
Constant Field Values

ACC_INTERFACE

static final short ACC_INTERFACE
See Also:
Constant Field Values

ACC_ABSTRACT

static final short ACC_ABSTRACT
See Also:
Constant Field Values