Class ConstantUtf8


  • public final class ConstantUtf8
    extends Constant
    This class is derived from the abstract Constant class and represents a reference to a Utf8 encoded string.
    See Also:
    Constant
    • Field Summary

      • Fields inherited from class org.apache.tomcat.util.bcel.classfile.Constant

        tag
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBytes()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getBytes

        public final java.lang.String getBytes()
        Returns:
        Data converted to string.