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:
Serializable,Comparable<RelativeImportPrefix>
- Enclosing class:
- RelativeImportPrefix
public static final class RelativeImportPrefix.Dot
extends RelativeImportPrefix
implements Serializable
- See Also:
-
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 -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(RelativeImportPrefix.Visitor<R> visitor) intcompareTo(RelativeImportPrefix other) booleaninthashCode()
-
Constructor Details
-
Dot
public Dot()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<RelativeImportPrefix>
-
accept
- Specified by:
acceptin classRelativeImportPrefix
-