Class Subexpression


public final class Subexpression extends BinaryExpression
Visits the left expression and passes its result to the right expression.

This AST node is used for both sub-expressions and pipe-expressions in the JMESPath specification.

See Also: