Package hydra.ext.scala.syntax
Class Pat_Repeated
- java.lang.Object
-
- hydra.ext.scala.syntax.Pat_Repeated
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Pat_Repeated>
public class Pat_Repeated extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<Pat_Repeated>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Pat_Repeated(Data_Name name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Pat_Repeated other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
Pat_Repeated
public Pat_Repeated(Data_Name name)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(Pat_Repeated other)
- Specified by:
compareToin interfacejava.lang.Comparable<Pat_Repeated>
-
-