public class Jump
extends java.lang.Object
| Constructor and Description |
|---|
Jump(int id,
int index,
int line,
boolean type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getId() |
int |
getIndex() |
int |
getLine() |
boolean |
getType() |
int |
hashCode() |
public int getId()
public int getIndex()
public int getLine()
public boolean getType()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object