Class ConstUnicode

  • All Implemented Interfaces:
    VMConstants

    public class ConstUnicode
    extends ConstBasic
    Class representing a unicode 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