Class ScopingStrategy


  • @API(status=INTERNAL,
         since="2021.3.2")
    public final class ScopingStrategy
    extends Object
    A strategy to keep track of named variables inside a scope.
    Since:
    2021.3.2
    Author:
    Michael J. Simons
    • Constructor Detail

      • ScopingStrategy

        public ScopingStrategy()
    • Method Detail

      • doEnter

        public void doEnter​(Visitable visitable)
      • doLeave

        public void doLeave​(Visitable visitable)
      • hasVisitedBefore

        public boolean hasVisitedBefore​(Named namedItem)