Package proguard.classfile
Class AccessConstants
- java.lang.Object
-
- proguard.classfile.AccessConstants
-
public class AccessConstants extends java.lang.Object
Access flags for classes, fields, methods, parameters, and modules.
-
-
Field Summary
Fields Modifier and Type Field Description static int
ABSTRACT
static int
ANNOTATION
static int
BRIDGE
static int
ENUM
static int
FINAL
static int
INTERFACE
static int
MANDATED
static int
MODULE
static int
NATIVE
static int
OPEN
static int
PRIVATE
static int
PROTECTED
static int
PUBLIC
static int
REMOVED_FIELDS
static int
REMOVED_METHODS
static int
RENAMED
static int
STATIC
static int
STATIC_PHASE
static int
STRICT
static int
SUPER
static int
SYNCHRONIZED
static int
SYNTHETIC
static int
TRANSIENT
static int
TRANSITIVE
static int
VALID_FLAGS_CLASS
static int
VALID_FLAGS_EXPORTS
static int
VALID_FLAGS_FIELD
static int
VALID_FLAGS_METHOD
static int
VALID_FLAGS_MODULE
static int
VALID_FLAGS_OPENS
static int
VALID_FLAGS_PARAMETER
static int
VALID_FLAGS_REQUIRES
static int
VARARGS
static int
VOLATILE
-
Constructor Summary
Constructors Constructor Description AccessConstants()
-
-
-
Field Detail
-
PUBLIC
public static final int PUBLIC
- See Also:
- Constant Field Values
-
PRIVATE
public static final int PRIVATE
- See Also:
- Constant Field Values
-
PROTECTED
public static final int PROTECTED
- See Also:
- Constant Field Values
-
STATIC
public static final int STATIC
- See Also:
- Constant Field Values
-
FINAL
public static final int FINAL
- See Also:
- Constant Field Values
-
SUPER
public static final int SUPER
- See Also:
- Constant Field Values
-
SYNCHRONIZED
public static final int SYNCHRONIZED
- See Also:
- Constant Field Values
-
VOLATILE
public static final int VOLATILE
- See Also:
- Constant Field Values
-
TRANSIENT
public static final int TRANSIENT
- See Also:
- Constant Field Values
-
BRIDGE
public static final int BRIDGE
- See Also:
- Constant Field Values
-
VARARGS
public static final int VARARGS
- See Also:
- Constant Field Values
-
NATIVE
public static final int NATIVE
- See Also:
- Constant Field Values
-
INTERFACE
public static final int INTERFACE
- See Also:
- Constant Field Values
-
ABSTRACT
public static final int ABSTRACT
- See Also:
- Constant Field Values
-
STRICT
public static final int STRICT
- See Also:
- Constant Field Values
-
SYNTHETIC
public static final int SYNTHETIC
- See Also:
- Constant Field Values
-
ANNOTATION
public static final int ANNOTATION
- See Also:
- Constant Field Values
-
ENUM
public static final int ENUM
- See Also:
- Constant Field Values
-
MANDATED
public static final int MANDATED
- See Also:
- Constant Field Values
-
MODULE
public static final int MODULE
- See Also:
- Constant Field Values
-
OPEN
public static final int OPEN
- See Also:
- Constant Field Values
-
TRANSITIVE
public static final int TRANSITIVE
- See Also:
- Constant Field Values
-
STATIC_PHASE
public static final int STATIC_PHASE
- See Also:
- Constant Field Values
-
RENAMED
public static final int RENAMED
- See Also:
- Constant Field Values
-
REMOVED_METHODS
public static final int REMOVED_METHODS
- See Also:
- Constant Field Values
-
REMOVED_FIELDS
public static final int REMOVED_FIELDS
- See Also:
- Constant Field Values
-
VALID_FLAGS_CLASS
public static final int VALID_FLAGS_CLASS
- See Also:
- Constant Field Values
-
VALID_FLAGS_FIELD
public static final int VALID_FLAGS_FIELD
- See Also:
- Constant Field Values
-
VALID_FLAGS_METHOD
public static final int VALID_FLAGS_METHOD
- See Also:
- Constant Field Values
-
VALID_FLAGS_PARAMETER
public static final int VALID_FLAGS_PARAMETER
- See Also:
- Constant Field Values
-
VALID_FLAGS_MODULE
public static final int VALID_FLAGS_MODULE
- See Also:
- Constant Field Values
-
VALID_FLAGS_REQUIRES
public static final int VALID_FLAGS_REQUIRES
- See Also:
- Constant Field Values
-
VALID_FLAGS_EXPORTS
public static final int VALID_FLAGS_EXPORTS
- See Also:
- Constant Field Values
-
VALID_FLAGS_OPENS
public static final int VALID_FLAGS_OPENS
- See Also:
- Constant Field Values
-
-