Package openGql.grammar
Interface NumericType.Visitor<R>
-
- All Known Subinterfaces:
NumericType.PartialVisitor<R>
- Enclosing class:
- NumericType
public static interface NumericType.Visitor<R>Visitor overNumericType.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(NumericType.Approximate instance)Visit theNumericType.Approximatecase.Rvisit(NumericType.Exact instance)Visit theNumericType.Exactcase.
-
-
-
Method Detail
-
visit
R visit(NumericType.Exact instance)
Visit theNumericType.Exactcase.
-
visit
R visit(NumericType.Approximate instance)
Visit theNumericType.Approximatecase.
-
-