Class 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  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int test​(java.util.List<? extends Instruction> instructions)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait