Package hydra.ext.python.syntax
Class LiteralExpression.True
java.lang.Object
hydra.ext.python.syntax.LiteralExpression
hydra.ext.python.syntax.LiteralExpression.True
- All Implemented Interfaces:
Serializable,Comparable<LiteralExpression>
- Enclosing class:
- LiteralExpression
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hydra.ext.python.syntax.LiteralExpression
LiteralExpression.Complex, LiteralExpression.False, LiteralExpression.None, LiteralExpression.Number_, LiteralExpression.PartialVisitor<R>, LiteralExpression.String_, LiteralExpression.True, LiteralExpression.Visitor<R> -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(LiteralExpression.Visitor<R> visitor) intcompareTo(LiteralExpression other) booleaninthashCode()
-
Constructor Details
-
True
public True()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<LiteralExpression>
-
accept
- Specified by:
acceptin classLiteralExpression
-