Package jadx.core.dex.attributes
Enum AFlag
- All Implemented Interfaces:
Serializable,Comparable<AFlag>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionMark Android resources classUse constants with explicit type: cast '(byte) 1' or type letter '7L'Force inline instruction with inline assignType of RegisterArg or SSAVar can't be changedRegisterArg attribute for method arguments -
Constructor Summary
Constructors -
Method Summary
-
Enum Constant Details
-
MTH_ENTER_BLOCK
-
MTH_EXIT_BLOCK
-
TRY_ENTER
-
TRY_LEAVE
-
LOOP_START
-
LOOP_END
-
SYNTHETIC
-
RETURN
-
ORIG_RETURN
-
DONT_WRAP
-
DONT_INLINE
-
DONT_INLINE_CONST
-
DONT_INVERT
-
DONT_GENERATE
-
COMMENT_OUT
-
REMOVE
-
REMOVE_SUPER_CLASS
-
HIDDEN
-
CONVERTED_ENUM
-
DONT_RENAME
-
FORCE_RAW_NAME
-
ADDED_TO_REGION
-
DUPLICATED
-
ALLOW_MULTIPLE_INSNS_LOOP_COND
-
EXC_TOP_SPLITTER
-
EXC_BOTTOM_SPLITTER
-
FINALLY_INSNS
-
IGNORE_THROW_SPLIT
-
SKIP_FIRST_ARG
-
SKIP_ARG
-
NO_SKIP_ARGS
-
ANONYMOUS_CONSTRUCTOR
-
INLINE_INSTANCE_FIELD
-
THIS
-
SUPER
-
PACKAGE_INFO
-
ANDROID_R_CLASS
Mark Android resources class -
METHOD_ARGUMENT
RegisterArg attribute for method arguments -
IMMUTABLE_TYPE
Type of RegisterArg or SSAVar can't be changed -
FORCE_ASSIGN_INLINE
Force inline instruction with inline assign -
CUSTOM_DECLARE
-
DECLARE_VAR
-
ELSE_IF_CHAIN
-
WRAPPED
-
ARITH_ONEARG
-
FALL_THROUGH
-
VARARG_CALL
-
EXPLICIT_PRIMITIVE_TYPE
Use constants with explicit type: cast '(byte) 1' or type letter '7L' -
EXPLICIT_CAST
-
SOFT_CAST
-
INCONSISTENT_CODE
-
REQUEST_IF_REGION_OPTIMIZE
-
REQUEST_CODE_SHRINK
-
METHOD_CANDIDATE_FOR_INLINE
-
USE_LINES_HINTS
-
DISABLE_BLOCKS_LOCK
-
RESTART_CODEGEN
-
RELOAD_AT_CODEGEN_STAGE
-
CLASS_DEEP_RELOAD
-
CLASS_UNLOADED
-
DONT_UNLOAD_CLASS
-
RESOLVE_JAVA_JSR
-
COMPUTE_POST_DOM
-
-
Constructor Details
-
AFlag
private AFlag()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-