public class NthRef extends Reference
Modifier and Type | Field and Description |
---|---|
int |
matchNumber |
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
static NthRef |
decode(IRReaderDecoder d) |
void |
encode(IRWriterEncoder e) |
OperandType |
getOperandType() |
java.lang.Object |
retrieve(ThreadContext context,
IRubyObject self,
StaticScope currScope,
DynamicScope currDynScope,
java.lang.Object[] temp) |
void |
visit(IRVisitor visitor) |
addUsedVariables, cloneForInlining, getId, getName, toString
canCopyPropagate, getSimplifiedOperand, getValue, hasKnownValue, isFalseyImmediate, isTruthyImmediate
public NthRef(IRScope scope, int matchNumber)
public OperandType getOperandType()
getOperandType
in class Operand
public java.lang.Object retrieve(ThreadContext context, IRubyObject self, StaticScope currScope, DynamicScope currDynScope, java.lang.Object[] temp)
public void encode(IRWriterEncoder e)
public static NthRef decode(IRReaderDecoder d)
Copyright © 2001-2022 JRuby. All Rights Reserved.