Package hydra.ext.python.syntax
Class CompoundStatement.For
java.lang.Object
hydra.ext.python.syntax.CompoundStatement
hydra.ext.python.syntax.CompoundStatement.For
- All Implemented Interfaces:
Serializable,Comparable<CompoundStatement>
- Enclosing class:
- CompoundStatement
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hydra.ext.python.syntax.CompoundStatement
CompoundStatement.ClassDef, CompoundStatement.For, CompoundStatement.Function, CompoundStatement.If, CompoundStatement.Match, CompoundStatement.PartialVisitor<R>, CompoundStatement.Try, CompoundStatement.Visitor<R>, CompoundStatement.While, CompoundStatement.With -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(CompoundStatement.Visitor<R> visitor) intcompareTo(CompoundStatement other) booleaninthashCode()
-
Field Details
-
value
-
-
Constructor Details
-
For
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<CompoundStatement>
-
accept
- Specified by:
acceptin classCompoundStatement
-