Package edu.umd.cs.findbugs.classfile
Interface IClassConstants
-
public interface IClassConstants- Author:
- David Hovemeyer
-
-
Field Summary
Fields Modifier and Type Field Description static intACC_ABSTRACTstatic intACC_ANNOTATIONstatic intACC_BRIDGEstatic intACC_ENUMstatic intACC_FINALstatic intACC_INTERFACEstatic intACC_NATIVEstatic intACC_PRIVATEstatic intACC_PROTECTEDstatic intACC_PUBLICstatic intACC_STATICstatic intACC_STRICTstatic intACC_SUPERstatic intACC_SYNCHRONIZEDstatic intACC_SYNTHETICstatic intACC_TRANSIENTstatic intACC_VARARGSstatic intACC_VOLATILEstatic intCONSTANT_Classstatic intCONSTANT_Doublestatic intCONSTANT_Fieldrefstatic intCONSTANT_Floatstatic intCONSTANT_Integerstatic intCONSTANT_InterfaceMethodrefstatic intCONSTANT_Longstatic intCONSTANT_Methodrefstatic intCONSTANT_NameAndTypestatic intCONSTANT_Stringstatic intCONSTANT_Utf8static intMAGIC
-
-
-
Field Detail
-
MAGIC
static final int MAGIC
- See Also:
- Constant Field Values
-
CONSTANT_Class
static final int CONSTANT_Class
- See Also:
- Constant Field Values
-
CONSTANT_Fieldref
static final int CONSTANT_Fieldref
- See Also:
- Constant Field Values
-
CONSTANT_Methodref
static final int CONSTANT_Methodref
- See Also:
- Constant Field Values
-
CONSTANT_InterfaceMethodref
static final int CONSTANT_InterfaceMethodref
- See Also:
- Constant Field Values
-
CONSTANT_String
static final int CONSTANT_String
- See Also:
- Constant Field Values
-
CONSTANT_Integer
static final int CONSTANT_Integer
- See Also:
- Constant Field Values
-
CONSTANT_Float
static final int CONSTANT_Float
- See Also:
- Constant Field Values
-
CONSTANT_Long
static final int CONSTANT_Long
- See Also:
- Constant Field Values
-
CONSTANT_Double
static final int CONSTANT_Double
- See Also:
- Constant Field Values
-
CONSTANT_NameAndType
static final int CONSTANT_NameAndType
- See Also:
- Constant Field Values
-
CONSTANT_Utf8
static final int CONSTANT_Utf8
- See Also:
- Constant Field Values
-
ACC_PUBLIC
static final int ACC_PUBLIC
- See Also:
- Constant Field Values
-
ACC_PRIVATE
static final int ACC_PRIVATE
- See Also:
- Constant Field Values
-
ACC_PROTECTED
static final int ACC_PROTECTED
- See Also:
- Constant Field Values
-
ACC_STATIC
static final int ACC_STATIC
- 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_VOLATILE
static final int ACC_VOLATILE
- See Also:
- Constant Field Values
-
ACC_TRANSIENT
static final int ACC_TRANSIENT
- 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
-
ACC_SYNTHETIC
static final int ACC_SYNTHETIC
- See Also:
- Constant Field Values
-
ACC_ANNOTATION
static final int ACC_ANNOTATION
- See Also:
- Constant Field Values
-
ACC_ENUM
static final int ACC_ENUM
- See Also:
- Constant Field Values
-
ACC_SYNCHRONIZED
static final int ACC_SYNCHRONIZED
- See Also:
- Constant Field Values
-
ACC_BRIDGE
static final int ACC_BRIDGE
- See Also:
- Constant Field Values
-
ACC_VARARGS
static final int ACC_VARARGS
- See Also:
- Constant Field Values
-
ACC_NATIVE
static final int ACC_NATIVE
- See Also:
- Constant Field Values
-
ACC_STRICT
static final int ACC_STRICT
- See Also:
- Constant Field Values
-
-