SemanticContext.AND
, SemanticContext.OR
public abstract static class SemanticContext.Operator extends SemanticContext
SemanticContext.AND, SemanticContext.Operator, SemanticContext.OR, SemanticContext.PrecedencePredicate, SemanticContext.Predicate
NONE
Constructor | Description |
---|---|
Operator() |
Modifier and Type | Method | Description |
---|---|---|
abstract Collection<SemanticContext> |
getOperands() |
Gets the operands for the semantic context operator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, eval, evalPrecedence, or
public abstract Collection<SemanticContext> getOperands()
SemanticContext
operands for the
operator.Copyright © 1992–2018 ANTLR. All rights reserved.