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