Class ClassDumper.Assoc

  • Enclosing class:
    ClassDumper

    static final class ClassDumper.Assoc
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int a  
      (package private) int b  
      (package private) byte tag  
    • Constructor Summary

      Constructors 
      Constructor Description
      Assoc​(byte tag, int a, int b)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • tag

        byte tag
      • a

        int a
      • b

        int b
    • Constructor Detail

      • Assoc

        Assoc​(byte tag,
              int a,
              int b)