public class Tag extends Literal
Constructor and Description |
---|
Tag(int v) |
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 v) |
String |
toString() |
clone, getChildCount, getKind
public void setValue(int v)
public int getValue()
public Object getLiteralValue()
getLiteralValue
in class Literal
public void accept(Visitor v)
PetalNode
v
- - the visitorCopyright © 2018 BITPlan GmbH. All rights reserved.