![]() | Description |
---|---|
A check condition is part of a pattern body. It defines a boolean condition as an ASM term that must evaluate to true for a successful match of the pattern. |
![]() | Syntax |
---|---|
CheckConditionAST ::= check ( LogicalTermAST ) A check condition is composed of the keyword and an ASM logical term in braces. The ASM logical terms is composed of pattern variables, as well as constants and ASM function locations, etc. |
Defined In: pattern body