Package hydra.ext.python.syntax
Class RelativeImportPrefix.Dot
- java.lang.Object
-
- hydra.ext.python.syntax.RelativeImportPrefix
-
- hydra.ext.python.syntax.RelativeImportPrefix.Dot
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- RelativeImportPrefix
public static final class RelativeImportPrefix.Dot extends RelativeImportPrefix implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.python.syntax.RelativeImportPrefix
RelativeImportPrefix.Dot, RelativeImportPrefix.Ellipsis, RelativeImportPrefix.PartialVisitor<R>, RelativeImportPrefix.Visitor<R>
-
-
Field Summary
-
Fields inherited from class hydra.ext.python.syntax.RelativeImportPrefix
FIELD_NAME_DOT, FIELD_NAME_ELLIPSIS, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Dot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(RelativeImportPrefix.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
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(RelativeImportPrefix.Visitor<R> visitor)
- Specified by:
accept
in classRelativeImportPrefix
-
-