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