MCPcopy Index your code
hub / github.com/airlift/bytecode / append

Method append

src/main/java/io/airlift/bytecode/BytecodeBlock.java:82–86  ·  view source on GitHub ↗
(BytecodeNode node)

Source from the content-addressed store, hash-verified

80 }
81
82 public BytecodeBlock append(BytecodeNode node)
83 {
84 nodes.add(node);
85 return this;
86 }
87
88 public BytecodeBlock comment(String comment)
89 {

Callers 15

acceptMethod · 0.95
acceptMethod · 0.95
acceptMethod · 0.95
getBytecodeMethod · 0.95
getBytecodeMethod · 0.95
getBytecodeMethod · 0.95
getBytecodeMethod · 0.95
testGeneratorMethod · 0.80
testGeneratorMethod · 0.80
defineSetAndGetMethodMethod · 0.80
testIncrementMethod · 0.80
testGetFieldMethod · 0.80

Calls 1

addMethod · 0.45

Tested by 7

testGeneratorMethod · 0.64
testGeneratorMethod · 0.64
defineSetAndGetMethodMethod · 0.64
testIncrementMethod · 0.64
testGetFieldMethod · 0.64
assertSetPointMethod · 0.64
executeMethod · 0.64