Package openGql.grammar
Interface VerboseBinaryExactNumericType.Visitor<R>
-
- All Known Subinterfaces:
VerboseBinaryExactNumericType.PartialVisitor<R>
- Enclosing class:
- VerboseBinaryExactNumericType
public static interface VerboseBinaryExactNumericType.Visitor<R>Visitor overVerboseBinaryExactNumericType.
-
-
Method Summary
-
-
-
Method Detail
-
visit
R visit(VerboseBinaryExactNumericType.Integer8 instance)
Visit theVerboseBinaryExactNumericType.Integer8case.
-
visit
R visit(VerboseBinaryExactNumericType.Integer16 instance)
Visit theVerboseBinaryExactNumericType.Integer16case.
-
visit
R visit(VerboseBinaryExactNumericType.Integer32 instance)
Visit theVerboseBinaryExactNumericType.Integer32case.
-
visit
R visit(VerboseBinaryExactNumericType.Integer64 instance)
Visit theVerboseBinaryExactNumericType.Integer64case.
-
visit
R visit(VerboseBinaryExactNumericType.Integer128 instance)
Visit theVerboseBinaryExactNumericType.Integer128case.
-
visit
R visit(VerboseBinaryExactNumericType.Integer256 instance)
Visit theVerboseBinaryExactNumericType.Integer256case.
-
visit
R visit(VerboseBinaryExactNumericType.SmallInteger instance)
Visit theVerboseBinaryExactNumericType.SmallIntegercase.
-
visit
R visit(VerboseBinaryExactNumericType.IntegerWithPrecision instance)
Visit theVerboseBinaryExactNumericType.IntegerWithPrecisioncase.
-
visit
R visit(VerboseBinaryExactNumericType.BigInteger instance)
Visit theVerboseBinaryExactNumericType.BigIntegercase.
-
-