Package openGql.grammar
Class CaseAbbreviation.NullIf
- java.lang.Object
-
- openGql.grammar.CaseAbbreviation
-
- openGql.grammar.CaseAbbreviation.NullIf
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<CaseAbbreviation>
- Enclosing class:
- CaseAbbreviation
public static final class CaseAbbreviation.NullIf extends CaseAbbreviation implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.CaseAbbreviation
CaseAbbreviation.Coalesce, CaseAbbreviation.NullIf, CaseAbbreviation.PartialVisitor<R>, CaseAbbreviation.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description NullIfAbbreviationvalue-
Fields inherited from class openGql.grammar.CaseAbbreviation
COALESCE, NULL_IF, TYPE_
-
-
Constructor Summary
Constructors Constructor Description NullIf(NullIfAbbreviation value)Constructs an immutableCaseAbbreviation.NullIf.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(CaseAbbreviation.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(CaseAbbreviation other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final NullIfAbbreviation value
-
-
Constructor Detail
-
NullIf
public NullIf(NullIfAbbreviation value)
Constructs an immutableCaseAbbreviation.NullIf.
-
-
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(CaseAbbreviation other)
- Specified by:
compareToin interfacejava.lang.Comparable<CaseAbbreviation>
-
accept
public <R> R accept(CaseAbbreviation.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classCaseAbbreviation
-
-