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 interfaceRemoveItem.PartialVisitor<R>static classRemoveItem.Propertystatic classRemoveItem.VariableLabelsstatic interfaceRemoveItem.Visitor<R>
-
Field Summary
Fields Modifier and Type Field Description static NameFIELD_NAME_PROPERTYstatic NameFIELD_NAME_VARIABLE_LABELSstatic NameTYPE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(RemoveItem.Visitor<R> visitor)
-
-
-
Method Detail
-
accept
public abstract <R> R accept(RemoveItem.Visitor<R> visitor)
-
-