public class IntegerLiteral extends Literal
| Constructor and Description |
|---|
IntegerLiteral(int value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
accept the given visitor
|
boolean |
equals(Object o) |
Object |
getLiteralValue() |
int |
getValue() |
void |
setValue(int i) |
String |
toString() |
clone, getChildCount, getKindpublic int getValue()
public void setValue(int i)
public Object getLiteralValue()
getLiteralValue in class Literalpublic void accept(Visitor v)
PetalNodev - - the visitorCopyright © 2018 BITPlan GmbH. All rights reserved.