public class LabelInstr extends Instr
Modifier and Type | Field and Description |
---|---|
Label |
label |
EMPTY_OPERANDS
Constructor and Description |
---|
LabelInstr(Label label) |
Modifier and Type | Method and Description |
---|---|
Label |
getLabel() |
Operand[] |
getOperands() |
String |
toString() |
void |
visit(IRVisitor visitor) |
canBeDeleted, canRaiseException, cloneForBlockCloning, cloneForInlinedClosure, cloneForInlinedScope, cloneForInlining, getOperation, getUsedVariables, hasSideEffects, hasUnusedResult, interpret, interpretAndGetNewIPC, isDead, markDead, markUnusedResult, renameVars, simplifyAndGetResult, simplifyOperands, transfersControl
Copyright © 2001-2015 JRuby. All Rights Reserved.