Package openGql.grammar
Interface WhenOperand.Visitor<R>
-
- All Known Subinterfaces:
WhenOperand.PartialVisitor<R>
- Enclosing class:
- WhenOperand
public static interface WhenOperand.Visitor<R>Visitor overWhenOperand.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(WhenOperand.Comparison instance)Visit theWhenOperand.Comparisoncase.Rvisit(WhenOperand.DestinationPredicate instance)Visit theWhenOperand.DestinationPredicatecase.Rvisit(WhenOperand.DirectedPredicate instance)Visit theWhenOperand.DirectedPredicatecase.Rvisit(WhenOperand.LabeledPredicate instance)Visit theWhenOperand.LabeledPredicatecase.Rvisit(WhenOperand.NormalizedPredicate instance)Visit theWhenOperand.NormalizedPredicatecase.Rvisit(WhenOperand.NullPredicate instance)Visit theWhenOperand.NullPredicatecase.Rvisit(WhenOperand.SourcePredicate instance)Visit theWhenOperand.SourcePredicatecase.Rvisit(WhenOperand.ValueExpression instance)Visit theWhenOperand.ValueExpressioncase.Rvisit(WhenOperand.ValueTypePredicate instance)Visit theWhenOperand.ValueTypePredicatecase.
-
-
-
Method Detail
-
visit
R visit(WhenOperand.ValueExpression instance)
Visit theWhenOperand.ValueExpressioncase.
-
visit
R visit(WhenOperand.Comparison instance)
Visit theWhenOperand.Comparisoncase.
-
visit
R visit(WhenOperand.NullPredicate instance)
Visit theWhenOperand.NullPredicatecase.
-
visit
R visit(WhenOperand.ValueTypePredicate instance)
Visit theWhenOperand.ValueTypePredicatecase.
-
visit
R visit(WhenOperand.NormalizedPredicate instance)
Visit theWhenOperand.NormalizedPredicatecase.
-
visit
R visit(WhenOperand.DirectedPredicate instance)
Visit theWhenOperand.DirectedPredicatecase.
-
visit
R visit(WhenOperand.LabeledPredicate instance)
Visit theWhenOperand.LabeledPredicatecase.
-
visit
R visit(WhenOperand.SourcePredicate instance)
Visit theWhenOperand.SourcePredicatecase.
-
visit
R visit(WhenOperand.DestinationPredicate instance)
Visit theWhenOperand.DestinationPredicatecase.
-
-