public interface IRReaderDecoder
String decodeString()
String[] decodeStringArray()
int[] decodeIntArray()
Instr decodeInstr()
IRScopeType decodeIRScopeType()
StaticScope.Type decodeStaticScopeType()
Operation decodeOperation()
Operand decodeOperand()
Label decodeLabel()
Label[] decodeLabelArray()
Operand[] decodeOperandArray()
OperandType decodeOperandType()
boolean decodeBoolean()
byte decodeByte()
byte[] decodeByteArray()
org.jcodings.Encoding decodeEncoding()
org.jruby.util.ByteList decodeByteList()
char decodeChar()
int decodeInt()
int decodeIntRaw()
long decodeLong()
double decodeDouble()
float decodeFloat()
RubyEvent decodeRubyEvent()
Signature decodeSignature()
Variable decodeVariable()
IRScope getCurrentScope()
void addScope(IRScope scope)
void seek(int headersOffset)
IRScope decodeScope()
TemporaryVariableType decodeTemporaryVariableType()
org.jruby.util.ByteList getFilename()
Copyright © 2001-2016 JRuby. All Rights Reserved.