Class NodeMetadata
java.lang.Object
in.co.akshitbansal.springwebquery.NodeMetadata
Carries metadata while traversing the RSQL AST.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeMetadataof(int depth) Creates metadata for the given depth.
-
Constructor Details
-
NodeMetadata
public NodeMetadata()
-
-
Method Details
-
of
Creates metadata for the given depth.- Parameters:
depth- current depth in the AST- Returns:
- metadata instance
-