Class StackMapConstants.ObjectType

  • Enclosing class:
    StackMapConstants

    public static class StackMapConstants.ObjectType
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isObject()  
      int size()  
      java.lang.String toString()  
      void write​(java.io.OutputStream s, ClassWriter writer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • size

        public int size()
      • isObject

        public boolean isObject()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • write

        public void write​(java.io.OutputStream s,
                          ClassWriter writer)
                   throws java.io.IOException
        Throws:
        java.io.IOException