Interface OSimpleBooleanExpression
- All Known Implementing Classes:
OIsDefinedCondition
public interface OSimpleBooleanExpression
Created by luigidellaquila on 21/11/16.
-
Method Summary
Modifier and TypeMethodDescriptionif the condition involved the current pattern (MATCH statement, eg.
-
Method Details
-
getMatchPatternInvolvedAliases
if the condition involved the current pattern (MATCH statement, eg. $matched.something = foo), returns the name of involved pattern aliases ("something" in this case)- Returns:
- a list of pattern aliases involved in this condition. Null it does not involve the pattern
-