public abstract static class SemanticContext.Operator extends SemanticContext
SemanticContext.AND, SemanticContext.Operator, SemanticContext.OR, SemanticContext.PrecedencePredicate, SemanticContext.Predicate
NONE
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, or
public abstract java.util.Collection<SemanticContext> getOperands()
SemanticContext
operands for the
operator.