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