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