Package org.jf.dexlib2.util
Class SyntheticAccessorFSM
- java.lang.Object
-
- org.jf.dexlib2.util.SyntheticAccessorFSM
-
public class SyntheticAccessorFSM extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ADD
static int
AND
static int
DIV
static int
DOUBLE
static int
FLOAT
static int
INT
static int
LONG
static int
MUL
static int
NEGATIVE_ONE
static int
OR
static int
OTHER
static int
POSITIVE_ONE
static int
REM
static int
SHL
static int
SHR
static int
SUB
static int
USHR
static int
XOR
-
Constructor Summary
Constructors Constructor Description SyntheticAccessorFSM(Opcodes opcodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
test(java.util.List<? extends Instruction> instructions)
-
-
-
Field Detail
-
ADD
public static final int ADD
- See Also:
- Constant Field Values
-
SUB
public static final int SUB
- See Also:
- Constant Field Values
-
MUL
public static final int MUL
- See Also:
- Constant Field Values
-
DIV
public static final int DIV
- See Also:
- Constant Field Values
-
REM
public static final int REM
- See Also:
- Constant Field Values
-
AND
public static final int AND
- See Also:
- Constant Field Values
-
OR
public static final int OR
- See Also:
- Constant Field Values
-
XOR
public static final int XOR
- See Also:
- Constant Field Values
-
SHL
public static final int SHL
- See Also:
- Constant Field Values
-
SHR
public static final int SHR
- See Also:
- Constant Field Values
-
USHR
public static final int USHR
- See Also:
- Constant Field Values
-
INT
public static final int INT
- See Also:
- Constant Field Values
-
LONG
public static final int LONG
- See Also:
- Constant Field Values
-
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
-
DOUBLE
public static final int DOUBLE
- See Also:
- Constant Field Values
-
POSITIVE_ONE
public static final int POSITIVE_ONE
- See Also:
- Constant Field Values
-
NEGATIVE_ONE
public static final int NEGATIVE_ONE
- See Also:
- Constant Field Values
-
OTHER
public static final int OTHER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SyntheticAccessorFSM
public SyntheticAccessorFSM(@Nonnull Opcodes opcodes)
-
-
Method Detail
-
test
public int test(java.util.List<? extends Instruction> instructions)
-
-