Interface NamedElement.WithRuntimeName

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the binary name of this byte code element. If no well-defined internal name is known for this element, the actual name is returned.
        Returns:
        The binary ame of this byte code element as visible from within a running Java application.
      • getInternalName

        java.lang.String getInternalName()
        Returns the internal name of this byte code element. If no well-defined internal name is known for this element, the actual name is returned.
        Returns:
        The internal name of this byte code element as used within the Java class file format.