com.jeffpalm.ajp.impl
Interface ClassFlags
- All Known Implementing Classes:
- AjpComponent, ClassFilePrinter, ClassFileStruct, Log
public interface ClassFlags
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