public abstract class AWTreeNode extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AWTreeNode.WTNodeType |
Constructor and Description |
---|
AWTreeNode(AWTreeNode.WTNodeType type) |
Modifier and Type | Method and Description |
---|---|
void |
addChild(WTreeNode node) |
void |
addOp(Op op) |
List<WTreeNode> |
getChildNodes() |
List<Op> |
getOps() |
AWTreeNode.WTNodeType |
getType() |
boolean |
isEmpty() |
String |
toString() |
public AWTreeNode(AWTreeNode.WTNodeType type)
public AWTreeNode.WTNodeType getType()
public void addChild(WTreeNode node)
public void addOp(Op op)
public boolean isEmpty()
Copyright © 2021 The Apache Software Foundation. All rights reserved.