Class ResultNode
java.lang.Object
software.amazon.smithy.rulesengine.logic.cfg.CfgNode
software.amazon.smithy.rulesengine.logic.cfg.ResultNode
A terminal CFG node that represents a final result, either an endpoint or error.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResultNode
-
-
Method Details
-
terminal
Returns a terminal node representing no match.- Returns:
- the terminal result node
-
getResult
Get the underlying result.- Returns:
- the result value.
-
equals
-
hashCode
public int hashCode() -
toString
-