Searched refs:PPSNode (Results 1 – 1 of 1) sorted by relevance
284 private static abstract class PPSNode { class in PpsMoParser286 public PPSNode(String name) { in PPSNode() method in PpsMoParser.PPSNode302 public abstract List<PPSNode> getChildren(); in getChildren()320 private static class LeafNode extends PPSNode {333 public List<PPSNode> getChildren() { in getChildren()346 private static class InternalNode extends PPSNode {347 private final List<PPSNode> mChildren;348 public InternalNode(String nodeName, List<PPSNode> children) { in InternalNode()359 public List<PPSNode> getChildren() { in getChildren()473 PPSNode ppsNodeRoot = buildPpsNode(child); in parsePpsNode()[all …]