Class TypePool.Default.LazyTypeDescription.TypeContainment.WithinMethod

    • Field Detail

      • name

        private final java.lang.String name
        The method's declaring type's internal name.
      • methodName

        private final java.lang.String methodName
        The method's internal name.
      • methodDescriptor

        private final java.lang.String methodDescriptor
        The method's descriptor.
    • Constructor Detail

      • WithinMethod

        protected WithinMethod​(java.lang.String internalName,
                               java.lang.String methodName,
                               java.lang.String methodDescriptor)
        Creates a new type containment for a type that is declared within a method.
        Parameters:
        internalName - The method's declaring type's internal name.
        methodName - The method's internal name.
        methodDescriptor - The method's descriptor.