Interface ToExpression
-
- All Known Implementing Classes:
AwsPartition,BooleanEquals,BooleanLiteral,Condition,Expression,GetAttr,IntegerLiteral,IsSet,IsValidHostLabel,IsVirtualHostableS3Bucket,LibraryFunction,Literal,Not,Parameter,ParseArn,ParseUrl,RecordLiteral,Reference,StringEquals,StringLiteral,Substring,SyntaxElement,TupleLiteral,UriEncode
public interface ToExpressionSupplies functionality to be coercible intoExpressions for use in composing rule-sets in code.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressiontoExpression()Convert this into an expression.
-
-
-
Method Detail
-
toExpression
Expression toExpression()
Convert this into an expression.- Returns:
- the expression.
-
-