Package openGql.grammar
Class BinarySetFunctionType.PercentileCont
- java.lang.Object
-
- openGql.grammar.BinarySetFunctionType
-
- openGql.grammar.BinarySetFunctionType.PercentileCont
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<BinarySetFunctionType>
- Enclosing class:
- BinarySetFunctionType
public static final class BinarySetFunctionType.PercentileCont extends BinarySetFunctionType implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.BinarySetFunctionType
BinarySetFunctionType.PartialVisitor<R>, BinarySetFunctionType.PercentileCont, BinarySetFunctionType.PercentileDisc, BinarySetFunctionType.Visitor<R>
-
-
Field Summary
-
Fields inherited from class openGql.grammar.BinarySetFunctionType
PERCENTILE_CONT, PERCENTILE_DISC, TYPE_
-
-
Constructor Summary
Constructors Constructor Description PercentileCont()Constructs an immutableBinarySetFunctionType.PercentileCont.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(BinarySetFunctionType.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(BinarySetFunctionType other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
PercentileCont
public PercentileCont()
Constructs an immutableBinarySetFunctionType.PercentileCont.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(BinarySetFunctionType other)
- Specified by:
compareToin interfacejava.lang.Comparable<BinarySetFunctionType>
-
accept
public <R> R accept(BinarySetFunctionType.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classBinarySetFunctionType
-
-