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

Method getBody

rhino/src/main/java/org/mozilla/javascript/ast/Loop.java:27–29  ·  view source on GitHub ↗

Returns loop body

()

Source from the content-addressed store, hash-verified

25
26 /** Returns loop body */
27 public AstNode getBody() {
28 return body;
29 }
30
31 /**
32 * Sets loop body. Sets the parent of the body to this loop node, and updates its offset to be

Callers 15

transformDoLoopMethod · 0.45
transformForInLoopMethod · 0.45
transformForLoopMethod · 0.45
transformFunctionMethod · 0.45
transformLetNodeMethod · 0.45
transformTryMethod · 0.45
transformWhileLoopMethod · 0.45
controlFlowDoMethod · 0.45
controlFlowWhileMethod · 0.45
controlFlowForMethod · 0.45
controlFlowForInMethod · 0.45
controlFlowForOfMethod · 0.45

Calls

no outgoing calls

Tested by 11

controlFlowDoMethod · 0.36
controlFlowWhileMethod · 0.36
controlFlowForMethod · 0.36
controlFlowForInMethod · 0.36
controlFlowForOfMethod · 0.36
controlFlowLabelsMethod · 0.36
inlinecommentForStMethod · 0.36