Class NameConstant

    • Method Detail

      • getNameValue

        public java.lang.String getNameValue()
                                      throws java.io.IOException
        Resolves this name constant's value.
        Returns:
        this name constant's value.
        Throws:
        java.io.IOException - if the constant cannot be resolved.
      • getName

        public Utf8Constant getName()
                             throws java.io.IOException
        Resolves this name constant.
        Returns:
        this name constant.
        Throws:
        java.io.IOException - if the constant cannot be resolved.
      • resolveSymbol

        public java.lang.String resolveSymbol()
                                       throws java.io.IOException
        Description copied from class: Constant
        Resolves the symbol representing this Constant instance.
        Overrides:
        resolveSymbol in class Constant
        Returns:
        the symbol representing this Constant instance.
        Throws:
        java.io.IOException - if the constant cannot be resolved.
      • toString

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