Package hydra.ext.python.syntax
Class ClosedPattern.Sequence
java.lang.Object
hydra.ext.python.syntax.ClosedPattern
hydra.ext.python.syntax.ClosedPattern.Sequence
- All Implemented Interfaces:
Serializable,Comparable<ClosedPattern>
- Enclosing class:
- ClosedPattern
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hydra.ext.python.syntax.ClosedPattern
ClosedPattern.Capture, ClosedPattern.Class_, ClosedPattern.Group, ClosedPattern.Literal, ClosedPattern.Mapping, ClosedPattern.PartialVisitor<R>, ClosedPattern.Sequence, ClosedPattern.Value, ClosedPattern.Visitor<R>, ClosedPattern.Wildcard -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(ClosedPattern.Visitor<R> visitor) intcompareTo(ClosedPattern other) booleaninthashCode()
-
Field Details
-
value
-
-
Constructor Details
-
Sequence
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<ClosedPattern>
-
accept
- Specified by:
acceptin classClosedPattern
-