Package hydra.ext.python.syntax
Class TargetWithStarAtom
- java.lang.Object
-
- hydra.ext.python.syntax.TargetWithStarAtom
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TargetWithStarAtom.Atom,TargetWithStarAtom.Project,TargetWithStarAtom.Slices
public abstract class TargetWithStarAtom extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTargetWithStarAtom.Atomstatic interfaceTargetWithStarAtom.PartialVisitor<R>static classTargetWithStarAtom.Projectstatic classTargetWithStarAtom.Slicesstatic interfaceTargetWithStarAtom.Visitor<R>
-
Field Summary
Fields Modifier and Type Field Description static NameFIELD_NAME_ATOMstatic NameFIELD_NAME_PROJECTstatic NameFIELD_NAME_SLICESstatic NameTYPE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(TargetWithStarAtom.Visitor<R> visitor)
-
-
-
Method Detail
-
accept
public abstract <R> R accept(TargetWithStarAtom.Visitor<R> visitor)
-
-