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 ToExpression
Supplies functionality to be coercible into 
Expressions for
 use in composing rule-sets in code.- 
Method Summary
- 
Method Details- 
toExpressionExpression toExpression()Convert this into an expression.- Returns:
- the expression.
 
 
-