Package openGql.grammar
Interface EdgeReferenceValueType.Visitor<R>
-
- All Known Subinterfaces:
EdgeReferenceValueType.PartialVisitor<R>
- Enclosing class:
- EdgeReferenceValueType
public static interface EdgeReferenceValueType.Visitor<R>Visitor overEdgeReferenceValueType.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(EdgeReferenceValueType.Closed instance)Visit theEdgeReferenceValueType.Closedcase.Rvisit(EdgeReferenceValueType.Open instance)Visit theEdgeReferenceValueType.Opencase.
-
-
-
Method Detail
-
visit
R visit(EdgeReferenceValueType.Open instance)
Visit theEdgeReferenceValueType.Opencase.
-
visit
R visit(EdgeReferenceValueType.Closed instance)
Visit theEdgeReferenceValueType.Closedcase.
-
-