public interface PetalNode extends Serializable, Cloneable
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
accept the given visitor
|
int |
getChildCount()
get the number of child nodes
|
String |
getKind()
get the kind of this PetalNode
|
Copyright © 2018 BITPlan GmbH. All rights reserved.