Package hydra.shex.syntax
Class Statement.NotStartAction
- java.lang.Object
-
- hydra.shex.syntax.Statement
-
- hydra.shex.syntax.Statement.NotStartAction
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Statement>
- Enclosing class:
- Statement
public static final class Statement.NotStartAction extends Statement implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.shex.syntax.Statement
Statement.Directive, Statement.NotStartAction, Statement.PartialVisitor<R>, Statement.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description NotStartActionvalue-
Fields inherited from class hydra.shex.syntax.Statement
DIRECTIVE, NOT_START_ACTION, TYPE_
-
-
Constructor Summary
Constructors Constructor Description NotStartAction(NotStartAction value)Constructs an immutableStatement.NotStartAction.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(Statement.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(Statement other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final NotStartAction value
-
-
Constructor Detail
-
NotStartAction
public NotStartAction(NotStartAction value)
Constructs an immutableStatement.NotStartAction.
-
-
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(Statement other)
- Specified by:
compareToin interfacejava.lang.Comparable<Statement>
-
accept
public <R> R accept(Statement.Visitor<R> visitor)
Dispatch tovisitor.
-
-