Package openGql.grammar
Interface SignedBinaryExactNumericType.PartialVisitor<R>
-
- All Superinterfaces:
SignedBinaryExactNumericType.Visitor<R>
- Enclosing class:
- SignedBinaryExactNumericType
public static interface SignedBinaryExactNumericType.PartialVisitor<R> extends SignedBinaryExactNumericType.Visitor<R>
Partial visitor overSignedBinaryExactNumericTypewith a defaultotherwise(openGql.grammar.SignedBinaryExactNumericType)branch.
-
-
Method Summary
-
-
-
Method Detail
-
otherwise
default R otherwise(SignedBinaryExactNumericType instance)
Default branch for unhandled cases.
-
visit
default R visit(SignedBinaryExactNumericType.Int8 instance)
Visit theSignedBinaryExactNumericType.Int8case.- Specified by:
visitin interfaceSignedBinaryExactNumericType.Visitor<R>
-
visit
default R visit(SignedBinaryExactNumericType.Int16 instance)
Visit theSignedBinaryExactNumericType.Int16case.- Specified by:
visitin interfaceSignedBinaryExactNumericType.Visitor<R>
-
visit
default R visit(SignedBinaryExactNumericType.Int32 instance)
Visit theSignedBinaryExactNumericType.Int32case.- Specified by:
visitin interfaceSignedBinaryExactNumericType.Visitor<R>
-
visit
default R visit(SignedBinaryExactNumericType.Int64 instance)
Visit theSignedBinaryExactNumericType.Int64case.- Specified by:
visitin interfaceSignedBinaryExactNumericType.Visitor<R>
-
visit
default R visit(SignedBinaryExactNumericType.Int128 instance)
Visit theSignedBinaryExactNumericType.Int128case.- Specified by:
visitin interfaceSignedBinaryExactNumericType.Visitor<R>
-
visit
default R visit(SignedBinaryExactNumericType.Int256 instance)
Visit theSignedBinaryExactNumericType.Int256case.- Specified by:
visitin interfaceSignedBinaryExactNumericType.Visitor<R>
-
visit
default R visit(SignedBinaryExactNumericType.SmallInt instance)
Visit theSignedBinaryExactNumericType.SmallIntcase.- Specified by:
visitin interfaceSignedBinaryExactNumericType.Visitor<R>
-
visit
default R visit(SignedBinaryExactNumericType.IntWithPrecision instance)
Visit theSignedBinaryExactNumericType.IntWithPrecisioncase.- Specified by:
visitin interfaceSignedBinaryExactNumericType.Visitor<R>
-
visit
default R visit(SignedBinaryExactNumericType.BigInt instance)
Visit theSignedBinaryExactNumericType.BigIntcase.- Specified by:
visitin interfaceSignedBinaryExactNumericType.Visitor<R>
-
visit
default R visit(SignedBinaryExactNumericType.SignedVerboseType instance)
Visit theSignedBinaryExactNumericType.SignedVerboseTypecase.- Specified by:
visitin interfaceSignedBinaryExactNumericType.Visitor<R>
-
-