public interface IRReaderDecoder
String decodeString()
String[] decodeStringArray()
Instr decodeInstr()
IRScopeType decodeIRScopeType()
StaticScope.Type decodeStaticScopeType()
Operation decodeOperation()
Operand decodeOperand()
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()
Label decodeLabel()
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.