Class StepExpr

Direct Known Subclasses:
ForwardStepExpr, ReverseStepExpr

public abstract class StepExpr extends Expression
  • Constructor Details

  • Method Details

    • accept

      public <T> T accept(AbstractNodeVisitor<T> visitor, T argument)
      Description copied from class: Node
      Accept method for the visitor pattern.
      Specified by:
      accept in class Node
      Type Parameters:
      T - the type of the objects returned by the visitor.
      Parameters:
      visitor - the visitor.
      argument - the input from the visitor.
      Returns:
      the object returned by this visitor
    • accept

      public abstract AxisIterator accept(AxisIteratorVisitor visitor, RuntimeStaticContext staticContext)
    • getNodeTest

      public abstract NodeTest getNodeTest()