Class StringExpressionConstantData

  • All Implemented Interfaces:
    RuntimeConstants

    final class StringExpressionConstantData
    extends ConstantPoolData
    This is a string expression constant. This constant represents an Java string constant. WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
    • Method Detail

      • write

        void write​(Environment env,
                   java.io.DataOutputStream out,
                   ConstantPool tab)
            throws java.io.IOException
        Write the constant to the output stream
        Specified by:
        write in class ConstantPoolData
        Throws:
        java.io.IOException
      • toString

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