Class Mixin.Route

  • Enclosing class:
    Mixin

    private static class Mixin.Route
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Class[] classes  
      private int[] route  
    • Constructor Summary

      Constructors 
      Constructor Description
      Route​(java.lang.Object[] delegates)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • classes

        private java.lang.Class[] classes
      • route

        private int[] route
    • Constructor Detail

      • Route

        Route​(java.lang.Object[] delegates)