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) | 
| OperandType | getOperandType() | 
| Object | retrieve(ThreadContext context,
        IRubyObject self,
        StaticScope currScope,
        DynamicScope currDynScope,
        Object[] temp) | 
| String | toString() | 
| void | visit(IRVisitor visitor) | 
addUsedVariables, cloneForInlining, getNamecanCopyPropagate, getSimplifiedOperand, getValue, hasKnownValuepublic OperandType getOperandType()
getOperandType in class Operandpublic 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.