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