Class VarNameCollector

All Implemented Interfaces:
QueryModelVisitor<RuntimeException>

@Deprecated(forRemoval=true, since="4.1.0") public class VarNameCollector extends AbstractQueryModelVisitor<RuntimeException>
Deprecated, for removal: This API element is subject to removal in a future version.
A QueryModelVisitor that collects the names of (non-constant) variables that are used in a query model.
  • Constructor Details

    • VarNameCollector

      public VarNameCollector()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details