Class FunctionArg
java.lang.Object
software.amazon.awssdk.codegen.jmespath.component.FunctionArg
An argument to a 
FunctionExpression. Either a Expression that is evaluated and passed to the function or a
 ExpressionType that is passed to the function as-is and is evaluated by the function.- 
Method Summary
Modifier and TypeMethodDescriptionstatic FunctionArgexpression(Expression expression) static FunctionArgexpressionType(ExpressionType expressionType) booleanbooleanvoidvisit(JmesPathVisitor visitor)  
- 
Method Details
- 
expression
 - 
expressionType
 - 
isExpression
public boolean isExpression() - 
isExpressionType
public boolean isExpressionType() - 
asExpression
 - 
asExpressionType
 - 
visit
 
 -