Class RegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor

java.lang.Object
org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor<RuntimeException>
org.eclipse.rdf4j.query.algebra.evaluation.impl.RegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor
All Implemented Interfaces:
QueryModelVisitor<RuntimeException>
Enclosing class:
RegexAsStringFunctionOptimizer

@Deprecated(forRemoval=true, since="4.1.0") protected class RegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor extends AbstractQueryModelVisitor<RuntimeException>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • RegexAsStringFunctionVisitor

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

    • meet

      public void meet(Regex node)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      meet in interface QueryModelVisitor<RuntimeException>
      Overrides:
      meet in class AbstractQueryModelVisitor<RuntimeException>
    • containsCandidate

      private void containsCandidate(Regex node, String potential)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • plain

      private boolean plain(String potential)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • strendsCandidate

      private void strendsCandidate(Regex node, String regex)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • strstartsCandidate

      private void strstartsCandidate(Regex node, String regex)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • equalsCandidate

      private void equalsCandidate(Regex node, String regex)
      Deprecated, for removal: This API element is subject to removal in a future version.