Package hydra.ext.io.shex.syntax
Class NotStartAction_ShapeExprDecl_Alts.EXTERNAL
- java.lang.Object
-
- hydra.ext.io.shex.syntax.NotStartAction_ShapeExprDecl_Alts
-
- hydra.ext.io.shex.syntax.NotStartAction_ShapeExprDecl_Alts.EXTERNAL
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<NotStartAction_ShapeExprDecl_Alts>
- Enclosing class:
- NotStartAction_ShapeExprDecl_Alts
public static final class NotStartAction_ShapeExprDecl_Alts.EXTERNAL extends NotStartAction_ShapeExprDecl_Alts implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.io.shex.syntax.NotStartAction_ShapeExprDecl_Alts
NotStartAction_ShapeExprDecl_Alts.EXTERNAL, NotStartAction_ShapeExprDecl_Alts.PartialVisitor<R>, NotStartAction_ShapeExprDecl_Alts.ShapeExpression, NotStartAction_ShapeExprDecl_Alts.Visitor<R>
-
-
Field Summary
-
Fields inherited from class hydra.ext.io.shex.syntax.NotStartAction_ShapeExprDecl_Alts
E_X_T_E_R_N_A_L, SHAPE_EXPRESSION, TYPE_
-
-
Constructor Summary
Constructors Constructor Description EXTERNAL()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(NotStartAction_ShapeExprDecl_Alts.Visitor<R> visitor)intcompareTo(NotStartAction_ShapeExprDecl_Alts other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
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(NotStartAction_ShapeExprDecl_Alts other)
- Specified by:
compareToin interfacejava.lang.Comparable<NotStartAction_ShapeExprDecl_Alts>
-
accept
public <R> R accept(NotStartAction_ShapeExprDecl_Alts.Visitor<R> visitor)
- Specified by:
acceptin classNotStartAction_ShapeExprDecl_Alts
-
-