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,java.lang.Comparable<RelativeImportPrefix>
- 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
DOT, ELLIPSIS, TYPE_
-
-
Constructor Summary
Constructors Constructor Description Dot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(RelativeImportPrefix.Visitor<R> visitor)intcompareTo(RelativeImportPrefix other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(RelativeImportPrefix other)
- Specified by:
compareToin interfacejava.lang.Comparable<RelativeImportPrefix>
-
accept
public <R> R accept(RelativeImportPrefix.Visitor<R> visitor)
- Specified by:
acceptin classRelativeImportPrefix
-
-