Package hydra.shex.syntax
Class NotStartActionShapeExprDeclAlts.ShapeExpression
- java.lang.Object
-
- hydra.shex.syntax.NotStartActionShapeExprDeclAlts
-
- hydra.shex.syntax.NotStartActionShapeExprDeclAlts.ShapeExpression
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<NotStartActionShapeExprDeclAlts>
- Enclosing class:
- NotStartActionShapeExprDeclAlts
public static final class NotStartActionShapeExprDeclAlts.ShapeExpression extends NotStartActionShapeExprDeclAlts implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.shex.syntax.NotStartActionShapeExprDeclAlts
NotStartActionShapeExprDeclAlts.EXTERNAL, NotStartActionShapeExprDeclAlts.PartialVisitor<R>, NotStartActionShapeExprDeclAlts.ShapeExpression, NotStartActionShapeExprDeclAlts.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description ShapeExpressionvalue-
Fields inherited from class hydra.shex.syntax.NotStartActionShapeExprDeclAlts
E_X_T_E_R_N_A_L, SHAPE_EXPRESSION, TYPE_
-
-
Constructor Summary
Constructors Constructor Description ShapeExpression(ShapeExpression value)Constructs an immutableNotStartActionShapeExprDeclAlts.ShapeExpression.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(NotStartActionShapeExprDeclAlts.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(NotStartActionShapeExprDeclAlts other)booleanequals(java.lang.Object other)inthashCode()inthydraOrdinal()java.lang.StringtoString()
-
-
-
Field Detail
-
value
public final ShapeExpression value
-
-
Constructor Detail
-
ShapeExpression
public ShapeExpression(ShapeExpression value)
Constructs an immutableNotStartActionShapeExprDeclAlts.ShapeExpression.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
compareTo
public int compareTo(NotStartActionShapeExprDeclAlts other)
- Specified by:
compareToin interfacejava.lang.Comparable<NotStartActionShapeExprDeclAlts>
-
hydraOrdinal
public int hydraOrdinal()
- Specified by:
hydraOrdinalin classNotStartActionShapeExprDeclAlts
-
accept
public <R> R accept(NotStartActionShapeExprDeclAlts.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classNotStartActionShapeExprDeclAlts
-
-