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, getKind
public int getFirstValue()
public void setFirstValue(int v)
public int getSecondValue()
public void setSecondValue(int v)
public Object getLiteralValue()
getLiteralValue
in class Literal
public void accept(Visitor v)
PetalNode
v
- - the visitorCopyright © 2018 BITPlan GmbH. All rights reserved.