edu.umd.cs.findbugs.classfile

Interface IClassConstants

public interface IClassConstants

Author: David Hovemeyer

Field Summary
static intACC_ABSTRACT
static intACC_FINAL
static intACC_INTERFACE
static intACC_PRIVATE
static intACC_PROTECTED
static intACC_PUBLIC
static intACC_STATIC
static intACC_SUPER
static intACC_TRANSIENT
static intACC_VOLATILE
static intCONSTANT_Class
static intCONSTANT_Double
static intCONSTANT_Fieldref
static intCONSTANT_Float
static intCONSTANT_Integer
static intCONSTANT_InterfaceMethodref
static intCONSTANT_Long
static intCONSTANT_Methodref
static intCONSTANT_NameAndType
static intCONSTANT_String
static intCONSTANT_Utf8
static intMAGIC

Field Detail

ACC_ABSTRACT

public static final int ACC_ABSTRACT

ACC_FINAL

public static final int ACC_FINAL

ACC_INTERFACE

public static final int ACC_INTERFACE

ACC_PRIVATE

public static final int ACC_PRIVATE

ACC_PROTECTED

public static final int ACC_PROTECTED

ACC_PUBLIC

public static final int ACC_PUBLIC

ACC_STATIC

public static final int ACC_STATIC

ACC_SUPER

public static final int ACC_SUPER

ACC_TRANSIENT

public static final int ACC_TRANSIENT

ACC_VOLATILE

public static final int ACC_VOLATILE

CONSTANT_Class

public static final int CONSTANT_Class

CONSTANT_Double

public static final int CONSTANT_Double

CONSTANT_Fieldref

public static final int CONSTANT_Fieldref

CONSTANT_Float

public static final int CONSTANT_Float

CONSTANT_Integer

public static final int CONSTANT_Integer

CONSTANT_InterfaceMethodref

public static final int CONSTANT_InterfaceMethodref

CONSTANT_Long

public static final int CONSTANT_Long

CONSTANT_Methodref

public static final int CONSTANT_Methodref

CONSTANT_NameAndType

public static final int CONSTANT_NameAndType

CONSTANT_String

public static final int CONSTANT_String

CONSTANT_Utf8

public static final int CONSTANT_Utf8

MAGIC

public static final int MAGIC
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.