public abstract class Literal extends Object implements PetalNode
Modifier | Constructor and Description |
---|---|
protected |
Literal(String kind) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
getChildCount()
get the number of child nodes
|
String |
getKind()
get the kind of this PetalNode
|
abstract Object |
getLiteralValue() |
protected Literal(String kind)
public String getKind()
PetalNode
public int getChildCount()
PetalNode
getChildCount
in interface PetalNode
public abstract Object getLiteralValue()
Copyright © 2018 BITPlan GmbH. All rights reserved.