Package openGql.grammar
Interface VerboseBinaryExactNumericType.PartialVisitor<R>
-
- All Superinterfaces:
VerboseBinaryExactNumericType.Visitor<R>
- Enclosing class:
- VerboseBinaryExactNumericType
public static interface VerboseBinaryExactNumericType.PartialVisitor<R> extends VerboseBinaryExactNumericType.Visitor<R>
Partial visitor overVerboseBinaryExactNumericTypewith a defaultotherwise(openGql.grammar.VerboseBinaryExactNumericType)branch.
-
-
Method Summary
-
-
-
Method Detail
-
otherwise
default R otherwise(VerboseBinaryExactNumericType instance)
Default branch for unhandled cases.
-
visit
default R visit(VerboseBinaryExactNumericType.Integer8 instance)
Visit theVerboseBinaryExactNumericType.Integer8case.- Specified by:
visitin interfaceVerboseBinaryExactNumericType.Visitor<R>
-
visit
default R visit(VerboseBinaryExactNumericType.Integer16 instance)
Visit theVerboseBinaryExactNumericType.Integer16case.- Specified by:
visitin interfaceVerboseBinaryExactNumericType.Visitor<R>
-
visit
default R visit(VerboseBinaryExactNumericType.Integer32 instance)
Visit theVerboseBinaryExactNumericType.Integer32case.- Specified by:
visitin interfaceVerboseBinaryExactNumericType.Visitor<R>
-
visit
default R visit(VerboseBinaryExactNumericType.Integer64 instance)
Visit theVerboseBinaryExactNumericType.Integer64case.- Specified by:
visitin interfaceVerboseBinaryExactNumericType.Visitor<R>
-
visit
default R visit(VerboseBinaryExactNumericType.Integer128 instance)
Visit theVerboseBinaryExactNumericType.Integer128case.- Specified by:
visitin interfaceVerboseBinaryExactNumericType.Visitor<R>
-
visit
default R visit(VerboseBinaryExactNumericType.Integer256 instance)
Visit theVerboseBinaryExactNumericType.Integer256case.- Specified by:
visitin interfaceVerboseBinaryExactNumericType.Visitor<R>
-
visit
default R visit(VerboseBinaryExactNumericType.SmallInteger instance)
Visit theVerboseBinaryExactNumericType.SmallIntegercase.- Specified by:
visitin interfaceVerboseBinaryExactNumericType.Visitor<R>
-
visit
default R visit(VerboseBinaryExactNumericType.IntegerWithPrecision instance)
Visit theVerboseBinaryExactNumericType.IntegerWithPrecisioncase.- Specified by:
visitin interfaceVerboseBinaryExactNumericType.Visitor<R>
-
visit
default R visit(VerboseBinaryExactNumericType.BigInteger instance)
Visit theVerboseBinaryExactNumericType.BigIntegercase.- Specified by:
visitin interfaceVerboseBinaryExactNumericType.Visitor<R>
-
-