Package openGql.grammar
Class AbbreviatedEdgePattern
- java.lang.Object
-
- openGql.grammar.AbbreviatedEdgePattern
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<AbbreviatedEdgePattern>
- Direct Known Subclasses:
AbbreviatedEdgePattern.LeftArrow,AbbreviatedEdgePattern.LeftArrowTilde,AbbreviatedEdgePattern.LeftMinusRight,AbbreviatedEdgePattern.MinusSign,AbbreviatedEdgePattern.RightArrow,AbbreviatedEdgePattern.Tilde,AbbreviatedEdgePattern.TildeRightArrow
public abstract class AbbreviatedEdgePattern extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<AbbreviatedEdgePattern>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbbreviatedEdgePattern.LeftArrowstatic classAbbreviatedEdgePattern.LeftArrowTildestatic classAbbreviatedEdgePattern.LeftMinusRightstatic classAbbreviatedEdgePattern.MinusSignstatic interfaceAbbreviatedEdgePattern.PartialVisitor<R>Partial visitor overAbbreviatedEdgePatternwith a defaultAbbreviatedEdgePattern.PartialVisitor.otherwise(openGql.grammar.AbbreviatedEdgePattern)branch.static classAbbreviatedEdgePattern.RightArrowstatic classAbbreviatedEdgePattern.Tildestatic classAbbreviatedEdgePattern.TildeRightArrowstatic interfaceAbbreviatedEdgePattern.Visitor<R>Visitor overAbbreviatedEdgePattern.
-
Field Summary
Fields Modifier and Type Field Description static NameLEFT_ARROWName of theopenGql.grammar.AbbreviatedEdgePattern.leftArrowfield.static NameLEFT_ARROW_TILDEName of theopenGql.grammar.AbbreviatedEdgePattern.leftArrowTildefield.static NameLEFT_MINUS_RIGHTName of theopenGql.grammar.AbbreviatedEdgePattern.leftMinusRightfield.static NameMINUS_SIGNName of theopenGql.grammar.AbbreviatedEdgePattern.minusSignfield.static NameRIGHT_ARROWName of theopenGql.grammar.AbbreviatedEdgePattern.rightArrowfield.static NameTILDEName of theopenGql.grammar.AbbreviatedEdgePattern.tildefield.static NameTILDE_RIGHT_ARROWName of theopenGql.grammar.AbbreviatedEdgePattern.tildeRightArrowfield.static NameTYPE_Name of theopenGql.grammar.AbbreviatedEdgePatterntype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(AbbreviatedEdgePattern.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.AbbreviatedEdgePatterntype.
-
LEFT_ARROW
public static final Name LEFT_ARROW
Name of theopenGql.grammar.AbbreviatedEdgePattern.leftArrowfield.
-
TILDE
public static final Name TILDE
Name of theopenGql.grammar.AbbreviatedEdgePattern.tildefield.
-
RIGHT_ARROW
public static final Name RIGHT_ARROW
Name of theopenGql.grammar.AbbreviatedEdgePattern.rightArrowfield.
-
LEFT_ARROW_TILDE
public static final Name LEFT_ARROW_TILDE
Name of theopenGql.grammar.AbbreviatedEdgePattern.leftArrowTildefield.
-
TILDE_RIGHT_ARROW
public static final Name TILDE_RIGHT_ARROW
Name of theopenGql.grammar.AbbreviatedEdgePattern.tildeRightArrowfield.
-
LEFT_MINUS_RIGHT
public static final Name LEFT_MINUS_RIGHT
Name of theopenGql.grammar.AbbreviatedEdgePattern.leftMinusRightfield.
-
MINUS_SIGN
public static final Name MINUS_SIGN
Name of theopenGql.grammar.AbbreviatedEdgePattern.minusSignfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(AbbreviatedEdgePattern.Visitor<R> visitor)
Dispatch tovisitor.
-
-