public class IRReader extends Object
Constructor and Description |
---|
IRReader() |
Modifier and Type | Method and Description |
---|---|
static IRScope |
createScope(IRManager manager,
IRScopeType type,
String name,
int line,
IRScope lexicalParent,
Signature signature,
int argumentType,
StaticScope staticScope) |
static IRScope |
load(IRManager manager,
IRReaderDecoder file) |
public static IRScope load(IRManager manager, IRReaderDecoder file) throws IOException
IOException
public static IRScope createScope(IRManager manager, IRScopeType type, String name, int line, IRScope lexicalParent, Signature signature, int argumentType, StaticScope staticScope)
Copyright © 2001-2015 JRuby. All Rights Reserved.