Module aya.base

Class VarConsumer.Scoped

java.lang.Object
org.aya.core.visitor.VarConsumer.Scoped
All Implemented Interfaces:
Consumer<Term>, TermConsumer, VarConsumer
Direct Known Subclasses:
VarConsumer.ScopeChecker
Enclosing interface:
VarConsumer

public abstract static class VarConsumer.Scoped extends Object implements VarConsumer
  • Field Details

    • bound

      @NotNull protected final @NotNull kala.collection.mutable.MutableList<LocalVar> bound
  • Constructor Details

    • Scoped

      public Scoped()
  • Method Details