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 intADDstatic intANDstatic intDIVstatic intDOUBLEstatic intFLOATstatic intINTstatic intLONGstatic intMULstatic intNEGATIVE_ONEstatic intORstatic intOTHERstatic intPOSITIVE_ONEstatic intREMstatic intSHLstatic intSHRstatic intSUBstatic intUSHRstatic intXOR
-
Constructor Summary
Constructors Constructor Description SyntheticAccessorFSM(Opcodes opcodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description inttest(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)
-
-