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.
|
class |
ForNode
A 'for' statement.
|
class |
IterNode
Represents a block.
|
class |
LambdaNode
Stubby lambda node (1.9 only)
|
class |
MethodDefNode |
class |
PostExeNode
Captures END statements (END {...})
|
class |
PreExe19Node
A pre-execution construction (BEGIN { ...
|
class |
PreExeNode
A pre-execution construction (BEGIN { ...
|
Modifier and Type | Method and Description |
---|---|
protected InterpreterContext |
IRBuilder.defineMethodInner(DefNode defNode,
IRScope parent) |
Constructor and Description |
---|
IRMethod(IRManager manager,
IRScope lexicalParent,
DefNode defn,
String name,
boolean isInstanceMethod,
int lineNumber,
StaticScope staticScope) |
Copyright © 2001-2015 JRuby. All Rights Reserved.