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()
PetalNodepublic int getChildCount()
PetalNodegetChildCount in interface PetalNodepublic abstract Object getLiteralValue()
Copyright © 2018 BITPlan GmbH. All rights reserved.