Package hydra.ext.python.syntax
Class StarNamedExpression.Star
java.lang.Object
hydra.ext.python.syntax.StarNamedExpression
hydra.ext.python.syntax.StarNamedExpression.Star
- All Implemented Interfaces:
Serializable,Comparable<StarNamedExpression>
- Enclosing class:
- StarNamedExpression
public static final class StarNamedExpression.Star
extends StarNamedExpression
implements Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hydra.ext.python.syntax.StarNamedExpression
StarNamedExpression.PartialVisitor<R>, StarNamedExpression.Simple, StarNamedExpression.Star, StarNamedExpression.Visitor<R> -
Field Summary
FieldsFields inherited from class hydra.ext.python.syntax.StarNamedExpression
SIMPLE, STAR, TYPE_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(StarNamedExpression.Visitor<R> visitor) intcompareTo(StarNamedExpression other) booleaninthashCode()
-
Field Details
-
value
-
-
Constructor Details
-
Star
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<StarNamedExpression>
-
accept
- Specified by:
acceptin classStarNamedExpression
-