com.jeffpalm.basic.bytecode.base
Interface ClassFlags
- All Known Implementing Classes:
- AjpComponent, ClassFileFactoryImpl, ClassFileFinder, ClassFileImpl, ClassFilePrinter, Log, Parser
public interface ClassFlags
ACC_PUBLIC
static final int ACC_PUBLIC
- See Also:
- Constant Field Values
ACC_FINAL
static final int ACC_FINAL
- See Also:
- Constant Field Values
ACC_SUPER
static final int ACC_SUPER
- See Also:
- Constant Field Values
ACC_INTERFACE
static final int ACC_INTERFACE
- See Also:
- Constant Field Values
ACC_ABSTRACT
static final int ACC_ABSTRACT
- See Also:
- Constant Field Values