public class Location extends Literal
| Constructor and Description |
|---|
Location(int first,
int second) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
accept the given visitor
|
boolean |
equals(Object o) |
int |
getFirstValue() |
Object |
getLiteralValue() |
int |
getSecondValue() |
void |
setFirstValue(int v) |
void |
setSecondValue(int v) |
String |
toString() |
clone, getChildCount, getKindpublic int getFirstValue()
public void setFirstValue(int v)
public int getSecondValue()
public void setSecondValue(int v)
public Object getLiteralValue()
getLiteralValue in class Literalpublic void accept(Visitor v)
PetalNodev - - the visitorCopyright © 2018 BITPlan GmbH. All rights reserved.