Package openGql.grammar
Interface UnsignedBinaryExactNumericType.Visitor<R>
-
- All Known Subinterfaces:
UnsignedBinaryExactNumericType.PartialVisitor<R>
- Enclosing class:
- UnsignedBinaryExactNumericType
public static interface UnsignedBinaryExactNumericType.Visitor<R>Visitor overUnsignedBinaryExactNumericType.
-
-
Method Summary
-
-
-
Method Detail
-
visit
R visit(UnsignedBinaryExactNumericType.Uint8 instance)
Visit theUnsignedBinaryExactNumericType.Uint8case.
-
visit
R visit(UnsignedBinaryExactNumericType.Uint16 instance)
Visit theUnsignedBinaryExactNumericType.Uint16case.
-
visit
R visit(UnsignedBinaryExactNumericType.Uint32 instance)
Visit theUnsignedBinaryExactNumericType.Uint32case.
-
visit
R visit(UnsignedBinaryExactNumericType.Uint64 instance)
Visit theUnsignedBinaryExactNumericType.Uint64case.
-
visit
R visit(UnsignedBinaryExactNumericType.Uint128 instance)
Visit theUnsignedBinaryExactNumericType.Uint128case.
-
visit
R visit(UnsignedBinaryExactNumericType.Uint256 instance)
Visit theUnsignedBinaryExactNumericType.Uint256case.
-
visit
R visit(UnsignedBinaryExactNumericType.USmallInt instance)
Visit theUnsignedBinaryExactNumericType.USmallIntcase.
-
visit
R visit(UnsignedBinaryExactNumericType.UintWithPrecision instance)
Visit theUnsignedBinaryExactNumericType.UintWithPrecisioncase.
-
visit
R visit(UnsignedBinaryExactNumericType.UBigInt instance)
Visit theUnsignedBinaryExactNumericType.UBigIntcase.
-
visit
R visit(UnsignedBinaryExactNumericType.Unsigned instance)
Visit theUnsignedBinaryExactNumericType.Unsignedcase.
-
-