Package openGql.grammar
Interface BinaryExactNumericType.Visitor<R>
-
- All Known Subinterfaces:
BinaryExactNumericType.PartialVisitor<R>
- Enclosing class:
- BinaryExactNumericType
public static interface BinaryExactNumericType.Visitor<R>Visitor overBinaryExactNumericType.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(BinaryExactNumericType.Signed instance)Visit theBinaryExactNumericType.Signedcase.Rvisit(BinaryExactNumericType.Unsigned instance)Visit theBinaryExactNumericType.Unsignedcase.
-
-
-
Method Detail
-
visit
R visit(BinaryExactNumericType.Signed instance)
Visit theBinaryExactNumericType.Signedcase.
-
visit
R visit(BinaryExactNumericType.Unsigned instance)
Visit theBinaryExactNumericType.Unsignedcase.
-
-