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