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 intoExpression
s for use in composing rule-sets in code.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expression
toExpression()
Convert this into an expression.
-
-
-
Method Detail
-
toExpression
Expression toExpression()
Convert this into an expression.- Returns:
- the expression.
-
-