Package hydra.ext.io.shex.syntax
Class PrefixedName
- java.lang.Object
-
- hydra.ext.io.shex.syntax.PrefixedName
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<PrefixedName>
- Direct Known Subclasses:
PrefixedName.PnameLn,PrefixedName.PnameNs
public abstract class PrefixedName extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<PrefixedName>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePrefixedName.PartialVisitor<R>static classPrefixedName.PnameLnstatic classPrefixedName.PnameNsstatic interfacePrefixedName.Visitor<R>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(PrefixedName.Visitor<R> visitor)
-
-
-
Method Detail
-
accept
public abstract <R> R accept(PrefixedName.Visitor<R> visitor)
-
-