Class MethodParameter

    • Method Detail

      • dump

        public final void dump​(java.io.DataOutputStream file)
                        throws java.io.IOException
        Dumps object to file stream on binary format.
        Parameters:
        file - Output file stream
        Throws:
        java.io.IOException - if an I/O error occurs.
      • getParameterName

        public java.lang.String getParameterName​(ConstantPool constantPool)
        Gets the name of the parameter.
        Parameters:
        constantPool - The pool to query.
        Returns:
        Constant from the given pool.
      • isFinal

        public boolean isFinal()
      • setNameIndex

        public void setNameIndex​(int nameIndex)