Package hydra.shex.syntax
Class PrefixedName
- java.lang.Object
-
- hydra.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>
ShEx grammar production: PrefixedName ::= PnameLn | PnameNs- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePrefixedName.PartialVisitor<R>Partial visitor overPrefixedNamewith a defaultPrefixedName.PartialVisitor.otherwise(hydra.shex.syntax.PrefixedName)branch.static classPrefixedName.PnameLnstatic classPrefixedName.PnameNsstatic interfacePrefixedName.Visitor<R>Visitor overPrefixedName.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(PrefixedName.Visitor<R> visitor)Dispatch tovisitor.abstract inthydraOrdinal()
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thehydra.shex.syntax.PrefixedNametype.
-
PNAME_LN
public static final Name PNAME_LN
Name of thehydra.shex.syntax.PrefixedName.PnameLnfield.
-
PNAME_NS
public static final Name PNAME_NS
Name of thehydra.shex.syntax.PrefixedName.PnameNsfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(PrefixedName.Visitor<R> visitor)
Dispatch tovisitor.
-
hydraOrdinal
public abstract int hydraOrdinal()
-
-