Package hydra.ext.io.shex.syntax
Interface NumericLength.PartialVisitor<R>
-
- All Superinterfaces:
NumericLength.Visitor<R>
- Enclosing class:
- NumericLength
public static interface NumericLength.PartialVisitor<R> extends NumericLength.Visitor<R>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Rotherwise(NumericLength instance)default Rvisit(NumericLength.FRACTIONDIGITS instance)default Rvisit(NumericLength.TOTALDIGITS instance)
-
-
-
Method Detail
-
otherwise
default R otherwise(NumericLength instance)
-
visit
default R visit(NumericLength.TOTALDIGITS instance)
- Specified by:
visitin interfaceNumericLength.Visitor<R>
-
visit
default R visit(NumericLength.FRACTIONDIGITS instance)
- Specified by:
visitin interfaceNumericLength.Visitor<R>
-
-