Package hydra.shex.syntax
Interface ShapeExprLabel.Visitor<R>
-
- All Known Subinterfaces:
ShapeExprLabel.PartialVisitor<R>
- Enclosing class:
- ShapeExprLabel
public static interface ShapeExprLabel.Visitor<R>Visitor overShapeExprLabel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(ShapeExprLabel.BlankNode instance)Visit theShapeExprLabel.BlankNodecase.Rvisit(ShapeExprLabel.Iri instance)Visit theShapeExprLabel.Iricase.
-
-
-
Method Detail
-
visit
R visit(ShapeExprLabel.Iri instance)
Visit theShapeExprLabel.Iricase.
-
visit
R visit(ShapeExprLabel.BlankNode instance)
Visit theShapeExprLabel.BlankNodecase.
-
-