MCPcopy Create free account
hub / github.com/benfry/processing4 / postVisit

Method postVisit

java/src/processing/mode/java/ASTViewer.java:112–118  ·  view source on GitHub ↗
(ASTNode node)

Source from the content-addressed store, hash-verified

110 }
111
112 @Override
113 public void postVisit(ASTNode node) {
114 if (treeNodeStack.size() > 1) {
115 DefaultMutableTreeNode treeNode = treeNodeStack.pop();
116 treeNodeStack.peek().add(treeNode);
117 }
118 }
119 });
120
121 DefaultMutableTreeNode codeTree = treeNodeStack.pop();

Callers

nothing calls this directly

Calls 4

peekMethod · 0.80
sizeMethod · 0.45
popMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected