MCPcopy Create free account
hub / github.com/mozilla/rhino / getDefault

Method getDefault

rhino/src/main/java/org/mozilla/javascript/ast/Jump.java:49–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 public Node getDefault() {
50 if (type != Token.SWITCH) codeBug();
51 return target2;
52 }
53
54 public void setDefault(Node defaultTarget) {
55 if (type != Token.SWITCH) codeBug();

Callers 8

closeSwitchMethod · 0.95
toLocale_helperMethod · 0.80
getMessageMethod · 0.80
getLocaleMethod · 0.80
getTimeZoneMethod · 0.80
getMessageMethod · 0.80

Calls 1

codeBugMethod · 0.45

Tested by 1