Package | Description |
---|---|
org.jruby.ast | |
org.jruby.ir |
Modifier and Type | Class and Description |
---|---|
class |
DefnNode
method definition node.
|
class |
DefsNode
Represents a singleton method definition.
|
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildDefn(MethodDefNode node) |
protected InterpreterContext |
IRBuilder.defineMethodInner(MethodDefNode defNode,
IRScope parent) |
Constructor and Description |
---|
IRMethod(IRManager manager,
IRScope lexicalParent,
MethodDefNode defn,
String name,
boolean isInstanceMethod,
int lineNumber,
StaticScope staticScope) |
Copyright © 2001-2015 JRuby. All Rights Reserved.