public interface BranchCompiler
| Modifier and Type | Method and Description |
|---|---|
void |
bfalse(org.objectweb.asm.Label label) |
void |
branchIfNil(org.objectweb.asm.Label label)
Branch to label if value at top of stack is nil
|
void |
branchIfTruthy(org.objectweb.asm.Label target) |
void |
btrue(org.objectweb.asm.Label label) |
void branchIfTruthy(org.objectweb.asm.Label target)
void branchIfNil(org.objectweb.asm.Label label)
stack: obj to check for nilness
void bfalse(org.objectweb.asm.Label label)
void btrue(org.objectweb.asm.Label label)
Copyright © 2001-2022 JRuby. All Rights Reserved.