Package hydra.ext.io.shex.syntax
Class NotStartAction
- java.lang.Object
-
- hydra.ext.io.shex.syntax.NotStartAction
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<NotStartAction>
- Direct Known Subclasses:
NotStartAction.ShapeExprDecl,NotStartAction.Start
public abstract class NotStartAction extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<NotStartAction>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNotStartAction.PartialVisitor<R>static classNotStartAction.ShapeExprDeclstatic classNotStartAction.Startstatic interfaceNotStartAction.Visitor<R>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(NotStartAction.Visitor<R> visitor)
-
-
-
Method Detail
-
accept
public abstract <R> R accept(NotStartAction.Visitor<R> visitor)
-
-