public class Slot
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
idx |
private JavaTypeInstance |
javaTypeInstance |
| Constructor and Description |
|---|
Slot(JavaTypeInstance javaTypeInstance,
int idx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getIdx() |
JavaTypeInstance |
getJavaTypeInstance() |
int |
hashCode() |
java.lang.String |
toString() |
private final JavaTypeInstance javaTypeInstance
private final int idx
public Slot(JavaTypeInstance javaTypeInstance, int idx)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int getIdx()
public JavaTypeInstance getJavaTypeInstance()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object