Class NodeMetadata

java.lang.Object
in.co.akshitbansal.springwebquery.ast.NodeMetadata

public class NodeMetadata extends Object
Carries metadata while traversing the RSQL AST.
  • Constructor Details

    • NodeMetadata

      public NodeMetadata()
  • Method Details

    • of

      public static NodeMetadata of(int depth)
      Creates metadata for the given depth.
      Parameters:
      depth - current depth in the AST
      Returns:
      metadata instance