public class Backref extends Reference
Modifier and Type | Field and Description |
---|---|
char |
type |
EMPTY_ARRAY
Constructor and Description |
---|
Backref(char t) |
Modifier and Type | Method and Description |
---|---|
static Backref |
decode(IRReaderDecoder d) |
void |
encode(IRWriterEncoder e) |
Object |
retrieve(ThreadContext context,
IRubyObject self,
StaticScope currScope,
DynamicScope currDynScope,
Object[] temp) |
String |
toString() |
void |
visit(IRVisitor visitor) |
addUsedVariables, cloneForInlining, getName
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 Backref decode(IRReaderDecoder d)
Copyright © 2001-2015 JRuby. All Rights Reserved.