Package openGql.grammar
Class AbbreviatedEdgePattern.RightArrow
- java.lang.Object
-
- openGql.grammar.AbbreviatedEdgePattern
-
- openGql.grammar.AbbreviatedEdgePattern.RightArrow
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<AbbreviatedEdgePattern>
- Enclosing class:
- AbbreviatedEdgePattern
public static final class AbbreviatedEdgePattern.RightArrow extends AbbreviatedEdgePattern implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.AbbreviatedEdgePattern
AbbreviatedEdgePattern.LeftArrow, AbbreviatedEdgePattern.LeftArrowTilde, AbbreviatedEdgePattern.LeftMinusRight, AbbreviatedEdgePattern.MinusSign, AbbreviatedEdgePattern.PartialVisitor<R>, AbbreviatedEdgePattern.RightArrow, AbbreviatedEdgePattern.Tilde, AbbreviatedEdgePattern.TildeRightArrow, AbbreviatedEdgePattern.Visitor<R>
-
-
Field Summary
-
Fields inherited from class openGql.grammar.AbbreviatedEdgePattern
LEFT_ARROW, LEFT_ARROW_TILDE, LEFT_MINUS_RIGHT, MINUS_SIGN, RIGHT_ARROW, TILDE, TILDE_RIGHT_ARROW, TYPE_
-
-
Constructor Summary
Constructors Constructor Description RightArrow()Constructs an immutableAbbreviatedEdgePattern.RightArrow.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(AbbreviatedEdgePattern.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(AbbreviatedEdgePattern other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
RightArrow
public RightArrow()
Constructs an immutableAbbreviatedEdgePattern.RightArrow.
-
-
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(AbbreviatedEdgePattern other)
- Specified by:
compareToin interfacejava.lang.Comparable<AbbreviatedEdgePattern>
-
accept
public <R> R accept(AbbreviatedEdgePattern.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classAbbreviatedEdgePattern
-
-