MCPcopy Create free account
hub / github.com/Hiro420/NikkeTools / process

Method process

UnLuac/src/unluac/decompile/block/Block.java:119–129  ·  view source on GitHub ↗
(Decompiler d)

Source from the content-addressed store, hash-verified

117 }
118
119 public Operation process(Decompiler d) {
120 final Statement statement = this;
121 return new Operation(end - 1) {
122
123 @Override
124 public List<Statement> process(Registers r, Block block) {
125 return Arrays.asList(statement);
126 }
127
128 };
129 }
130
131}

Callers 2

processSequenceMethod · 0.95
processOperationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected