Package openGql.grammar
Interface UnsignedBinaryExactNumericType.PartialVisitor<R>
-
- All Superinterfaces:
UnsignedBinaryExactNumericType.Visitor<R>
- Enclosing class:
- UnsignedBinaryExactNumericType
public static interface UnsignedBinaryExactNumericType.PartialVisitor<R> extends UnsignedBinaryExactNumericType.Visitor<R>
Partial visitor overUnsignedBinaryExactNumericTypewith a defaultotherwise(openGql.grammar.UnsignedBinaryExactNumericType)branch.
-
-
Method Summary
-
-
-
Method Detail
-
otherwise
default R otherwise(UnsignedBinaryExactNumericType instance)
Default branch for unhandled cases.
-
visit
default R visit(UnsignedBinaryExactNumericType.Uint8 instance)
Visit theUnsignedBinaryExactNumericType.Uint8case.- Specified by:
visitin interfaceUnsignedBinaryExactNumericType.Visitor<R>
-
visit
default R visit(UnsignedBinaryExactNumericType.Uint16 instance)
Visit theUnsignedBinaryExactNumericType.Uint16case.- Specified by:
visitin interfaceUnsignedBinaryExactNumericType.Visitor<R>
-
visit
default R visit(UnsignedBinaryExactNumericType.Uint32 instance)
Visit theUnsignedBinaryExactNumericType.Uint32case.- Specified by:
visitin interfaceUnsignedBinaryExactNumericType.Visitor<R>
-
visit
default R visit(UnsignedBinaryExactNumericType.Uint64 instance)
Visit theUnsignedBinaryExactNumericType.Uint64case.- Specified by:
visitin interfaceUnsignedBinaryExactNumericType.Visitor<R>
-
visit
default R visit(UnsignedBinaryExactNumericType.Uint128 instance)
Visit theUnsignedBinaryExactNumericType.Uint128case.- Specified by:
visitin interfaceUnsignedBinaryExactNumericType.Visitor<R>
-
visit
default R visit(UnsignedBinaryExactNumericType.Uint256 instance)
Visit theUnsignedBinaryExactNumericType.Uint256case.- Specified by:
visitin interfaceUnsignedBinaryExactNumericType.Visitor<R>
-
visit
default R visit(UnsignedBinaryExactNumericType.USmallInt instance)
Visit theUnsignedBinaryExactNumericType.USmallIntcase.- Specified by:
visitin interfaceUnsignedBinaryExactNumericType.Visitor<R>
-
visit
default R visit(UnsignedBinaryExactNumericType.UintWithPrecision instance)
Visit theUnsignedBinaryExactNumericType.UintWithPrecisioncase.- Specified by:
visitin interfaceUnsignedBinaryExactNumericType.Visitor<R>
-
visit
default R visit(UnsignedBinaryExactNumericType.UBigInt instance)
Visit theUnsignedBinaryExactNumericType.UBigIntcase.- Specified by:
visitin interfaceUnsignedBinaryExactNumericType.Visitor<R>
-
visit
default R visit(UnsignedBinaryExactNumericType.Unsigned instance)
Visit theUnsignedBinaryExactNumericType.Unsignedcase.- Specified by:
visitin interfaceUnsignedBinaryExactNumericType.Visitor<R>
-
-