public abstract static class SemanticContext.Operator extends SemanticContext
SemanticContext.AND, SemanticContext.Operator, SemanticContext.OR, SemanticContext.PrecedencePredicate, SemanticContext.PredicateNONE| Constructor and Description |
|---|
SemanticContext.Operator() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.Collection<SemanticContext> |
getOperands()
Gets the operands for the semantic context operator.
|
and, eval, evalPrecedence, orpublic abstract java.util.Collection<SemanticContext> getOperands()
SemanticContext operands for the
operator.