MCPcopy Create free account
hub / github.com/dynjs/dynjs / getBlock

Method getBlock

src/main/java/org/dynjs/parser/ast/CaseClause.java:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 public Statement getBlock() {
37 return this.block;
38 }
39
40 public LabelNode getEntranceLabel() {
41 return this.entranceLabel;

Callers 15

interpretMethod · 0.95
visitMethod · 0.95
visitMethod · 0.95
visitMethod · 0.45
visitMethod · 0.45
toIndentedStringMethod · 0.45
interpretMethod · 0.45
interpretMethod · 0.45
toIndentedStringMethod · 0.45
interpretMethod · 0.45
interpretMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected