Class CurrentExpression
java.lang.Object
software.amazon.smithy.jmespath.JmespathExpression
software.amazon.smithy.jmespath.ast.CurrentExpression
Gets the current node.
 current-node
- 
Constructor Details
- 
CurrentExpression
public CurrentExpression() - 
CurrentExpression
public CurrentExpression(int line, int column)  
 - 
 - 
Method Details
- 
accept
Description copied from class:JmespathExpressionVisits a node using a double-dispatch visitor.- Specified by:
 acceptin classJmespathExpression- Type Parameters:
 T- Type of value the visitor returns.- Parameters:
 visitor- Visitor to accept on the node.- Returns:
 - Returns the result of applying the visitor.
 
 - 
hashCode
public int hashCode() - 
equals
 - 
toString
 
 -