public abstract class CompoundParseNode extends ParseNode
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<ParseNode> |
getChildren() |
int |
hashCode() |
boolean |
isStateless() |
public boolean isStateless()
isStateless
in class ParseNode
public final List<ParseNode> getChildren()
getChildren
in class ParseNode
Copyright © 2017 Apache Software Foundation. All Rights Reserved.