Class CachingSignatureParser


  • public class CachingSignatureParser
    extends SignatureParser
    SignatureParser which caches the parsed out ASTs.

    WARNING: Do not mutate the stored ASTs, the changes would propagate across different runs of the parser. {@see {@link SignatureParser}}