com.jeffpalm.basic.bytecode.base
Interface ClassFlags

All Known Implementing Classes:
AjpComponent, ClassFileFactoryImpl, ClassFileFinder, ClassFileImpl, ClassFilePrinter, Log, Parser

public interface ClassFlags


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

Field Detail

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