java.lang.Object
com.sun.jdo.api.persistence.enhancer.classfile.ConstBasic
com.sun.jdo.api.persistence.enhancer.classfile.ConstUnicode
All Implemented Interfaces:
VMConstants

public class ConstUnicode extends ConstBasic
Class representing a unicode string value in the constant pool
  • Field Details

  • Method Details

    • 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