Package hydra.ext.scala.meta
Class Data_Super
- java.lang.Object
-
- hydra.ext.scala.meta.Data_Super
-
- All Implemented Interfaces:
java.io.Serializable
public class Data_Super extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Name
FIELD_NAME_SUPERP
static Name
FIELD_NAME_THISP
Name
superp
Name
thisp
static Name
TYPE_NAME
-
Constructor Summary
Constructors Constructor Description Data_Super(Name thisp, Name superp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
Data_Super
withSuperp(Name superp)
Data_Super
withThisp(Name thisp)
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
withThisp
public Data_Super withThisp(Name thisp)
-
withSuperp
public Data_Super withSuperp(Name superp)
-
-