Toggle navigation
Home
com.facebook.presto.byteCode.ByteCodeNode to com.facebook.presto.byteCode.Block
No. of Instances - 18
No. of Commits - 3
No. of Projects - {'presto'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
block.visitLabel(continueLabel).append(update).gotoLabel(beginLabel)
to
block.visitLabel(continueLabel).append(new Block().setDescription("update").append(update)).gotoLabel(beginLabel)
body
to
new Block().setDescription("body").append(body)