Package hydra.ext.cypher.openCypher
Class RemoveItem
- java.lang.Object
-
- hydra.ext.cypher.openCypher.RemoveItem
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
RemoveItem.Property
,RemoveItem.VariableLabels
public abstract class RemoveItem extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RemoveItem.PartialVisitor<R>
static class
RemoveItem.Property
static class
RemoveItem.VariableLabels
static interface
RemoveItem.Visitor<R>
-
Field Summary
Fields Modifier and Type Field Description static Name
FIELD_NAME_PROPERTY
static Name
FIELD_NAME_VARIABLE_LABELS
static Name
TYPE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> R
accept(RemoveItem.Visitor<R> visitor)
-
-
-
Method Detail
-
accept
public abstract <R> R accept(RemoveItem.Visitor<R> visitor)
-
-