Class Constant

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String resolveSymbol()
      Resolves the symbol representing this Constant instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface de.carne.mcd.jvmdecoder.classfile.Printable

        print
    • Method Detail

      • resolveSymbol

        public java.lang.String resolveSymbol()
                                       throws java.io.IOException
        Resolves the symbol representing this Constant instance.
        Returns:
        the symbol representing this Constant instance.
        Throws:
        java.io.IOException - if the constant cannot be resolved.