Package hydra.ext.python.syntax
Class DelTarget.PrimaryAndSlices
- java.lang.Object
-
- hydra.ext.python.syntax.DelTarget
-
- hydra.ext.python.syntax.DelTarget.PrimaryAndSlices
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- DelTarget
public static final class DelTarget.PrimaryAndSlices extends DelTarget implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.python.syntax.DelTarget
DelTarget.DelTAtom, DelTarget.PartialVisitor<R>, DelTarget.PrimaryAndName, DelTarget.PrimaryAndSlices, DelTarget.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description TPrimaryAndSlices
value
-
Fields inherited from class hydra.ext.python.syntax.DelTarget
FIELD_NAME_DEL_T_ATOM, FIELD_NAME_PRIMARY_AND_NAME, FIELD_NAME_PRIMARY_AND_SLICES, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description PrimaryAndSlices(TPrimaryAndSlices value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(DelTarget.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final TPrimaryAndSlices value
-
-
Constructor Detail
-
PrimaryAndSlices
public PrimaryAndSlices(TPrimaryAndSlices value)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
accept
public <R> R accept(DelTarget.Visitor<R> visitor)
-
-