Class DeferredMethod

java.lang.Object
com.aoapps.tldparser.DeferredMethod

public class DeferredMethod extends Object
Models deferred methods.

TLD files may provide generics within special comments inside the XML, where the value must match method-signature, but with the addition of <…> segments.

<!-- methodSignature = "…" -->
  • Constructor Details

    • DeferredMethod

      public DeferredMethod(Attribute attribute, Element deferredMethodElem)
  • Method Details

    • getAttribute

      public Attribute getAttribute()
    • getMethodSignature

      public String getMethodSignature()