Package hydra.tinkerpop.gremlin
Class Keyword
- java.lang.Object
-
- hydra.tinkerpop.gremlin.Keyword
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Keyword>
- Direct Known Subclasses:
Keyword.Edges,Keyword.Keys,Keyword.New,Keyword.Values
public abstract class Keyword extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<Keyword>
A reserved Gremlin keyword- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeyword.Edgesstatic classKeyword.Keysstatic classKeyword.Newstatic interfaceKeyword.PartialVisitor<R>Partial visitor overKeywordwith a defaultKeyword.PartialVisitor.otherwise(hydra.tinkerpop.gremlin.Keyword)branch.static classKeyword.Valuesstatic interfaceKeyword.Visitor<R>Visitor overKeyword.
-
Field Summary
Fields Modifier and Type Field Description static NameEDGESName of thehydra.tinkerpop.gremlin.Keyword.edgesfield.static NameKEYSName of thehydra.tinkerpop.gremlin.Keyword.keysfield.static NameNEWName of thehydra.tinkerpop.gremlin.Keyword.newfield.static NameTYPE_Name of thehydra.tinkerpop.gremlin.Keywordtype.static NameVALUESName of thehydra.tinkerpop.gremlin.Keyword.valuesfield.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(Keyword.Visitor<R> visitor)Dispatch tovisitor.abstract inthydraOrdinal()
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thehydra.tinkerpop.gremlin.Keywordtype.
-
EDGES
public static final Name EDGES
Name of thehydra.tinkerpop.gremlin.Keyword.edgesfield.
-
KEYS
public static final Name KEYS
Name of thehydra.tinkerpop.gremlin.Keyword.keysfield.
-
NEW
public static final Name NEW
Name of thehydra.tinkerpop.gremlin.Keyword.newfield.
-
VALUES
public static final Name VALUES
Name of thehydra.tinkerpop.gremlin.Keyword.valuesfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(Keyword.Visitor<R> visitor)
Dispatch tovisitor.
-
hydraOrdinal
public abstract int hydraOrdinal()
-
-