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 class
TargetWithStarAtom.Atom
static interface
TargetWithStarAtom.PartialVisitor<R>
static class
TargetWithStarAtom.Project
static class
TargetWithStarAtom.Slices
static interface
TargetWithStarAtom.Visitor<R>
-
Field Summary
Fields Modifier and Type Field Description static Name
FIELD_NAME_ATOM
static Name
FIELD_NAME_PROJECT
static Name
FIELD_NAME_SLICES
static Name
TYPE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> R
accept(TargetWithStarAtom.Visitor<R> visitor)
-
-
-
Method Detail
-
accept
public abstract <R> R accept(TargetWithStarAtom.Visitor<R> visitor)
-
-