Class ConstUtf8

  • All Implemented Interfaces:
    VMConstants

    public class ConstUtf8
    extends ConstBasic
    Class representing a utf8 string value in the constant pool
    • Method Detail

      • tag

        public int tag()
        The tag of this constant entry
        Specified by:
        tag in class ConstBasic
      • asString

        public String asString()
        return the value associated with the entry
      • toString

        public String toString()
        A printable representation
        Overrides:
        toString in class Object