Interface CHAContextInterpreter

    • Method Detail

      • understands

        boolean understands​(CGNode node)
        Does this object understand the given method? The caller had better check this before inquiring on other properties.
      • iterateCallSites

        Iterator<CallSiteReference> iterateCallSites​(CGNode node)
        Returns:
        an Iterator of the call statements that may execute in a given method for a given context