Java: Cache interpretElement.

This commit is contained in:
Anders Schack-Mulligen
2024-02-09 14:43:36 +01:00
parent 566351a49a
commit 8fc4fae7d2

View File

@@ -430,6 +430,7 @@ private Element interpretElement0(
}
/** Gets the source/sink/summary/neutral element corresponding to the supplied parameters. */
cached
Element interpretElement(
string package, string type, boolean subtypes, string name, string signature, string ext
) {