MCPcopy Create free account
hub / github.com/antlr/codebuff / isLeaf

Method isLeaf

output/java/1.4.17/JTreeSTModel.java:109–112  ·  view source on GitHub ↗
(Object node)

Source from the content-addressed store, hash-verified

107 }
108
109 @Override
110 public boolean isLeaf(Object node) {
111 return getChildCount(node)==0;
112 }
113
114 @Override
115 public Object getRoot() {

Callers

nothing calls this directly

Calls 1

getChildCountMethod · 0.95

Tested by

no test coverage detected