Class VarNameCollector

  • All Implemented Interfaces:
    QueryModelVisitor<java.lang.RuntimeException>

    @Deprecated(forRemoval=true,
                since="4.1.0")
    public class VarNameCollector
    extends AbstractQueryModelVisitor<java.lang.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.
    • Field Detail

      • varNames

        private final java.util.Set<java.lang.String> varNames
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Constructor Detail

      • VarNameCollector

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

      • process

        public static java.util.Set<java.lang.String> process​(QueryModelNode node)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getVarNames

        public java.util.Set<java.lang.String> getVarNames()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • meet

        public void meet​(Var var)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        meet in interface QueryModelVisitor<java.lang.RuntimeException>
        Overrides:
        meet in class AbstractQueryModelVisitor<java.lang.RuntimeException>