Package hydra.python.syntax
Class DelTarget
- java.lang.Object
-
- hydra.python.syntax.DelTarget
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<DelTarget>
- Direct Known Subclasses:
DelTarget.DelTAtom,DelTarget.PrimaryAndName,DelTarget.PrimaryAndSlices
public abstract class DelTarget extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<DelTarget>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDelTarget.DelTAtomstatic interfaceDelTarget.PartialVisitor<R>Partial visitor overDelTargetwith a defaultDelTarget.PartialVisitor.otherwise(hydra.python.syntax.DelTarget)branch.static classDelTarget.PrimaryAndNamestatic classDelTarget.PrimaryAndSlicesstatic interfaceDelTarget.Visitor<R>Visitor overDelTarget.
-
Field Summary
Fields Modifier and Type Field Description static NameDEL_T_ATOMName of thehydra.python.syntax.DelTarget.delTAtomfield.static NamePRIMARY_AND_NAMEName of thehydra.python.syntax.DelTarget.primaryAndNamefield.static NamePRIMARY_AND_SLICESName of thehydra.python.syntax.DelTarget.primaryAndSlicesfield.static NameTYPE_Name of thehydra.python.syntax.DelTargettype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(DelTarget.Visitor<R> visitor)Dispatch tovisitor.abstract inthydraOrdinal()
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thehydra.python.syntax.DelTargettype.
-
PRIMARY_AND_NAME
public static final Name PRIMARY_AND_NAME
Name of thehydra.python.syntax.DelTarget.primaryAndNamefield.
-
PRIMARY_AND_SLICES
public static final Name PRIMARY_AND_SLICES
Name of thehydra.python.syntax.DelTarget.primaryAndSlicesfield.
-
DEL_T_ATOM
public static final Name DEL_T_ATOM
Name of thehydra.python.syntax.DelTarget.delTAtomfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(DelTarget.Visitor<R> visitor)
Dispatch tovisitor.
-
hydraOrdinal
public abstract int hydraOrdinal()
-
-