Interface NamedElement.WithRuntimeName

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the internalName of this byte code element.
        Returns:
        The internalName of this byte code element as visible from within a running Java application.
      • getInternalName

        java.lang.String getInternalName()
        Returns the internal internalName of this byte code element.
        Returns:
        The internal internalName of this byte code element as used within the Java class file format.