Class NameAndTypeConstantData

  • All Implemented Interfaces:
    RuntimeConstants

    final class NameAndTypeConstantData
    extends ConstantPoolData
    This is a name and type constant pool data item 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.
    • Field Detail

      • name

        java.lang.String name
      • type

        java.lang.String type
    • 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