Package | Description |
---|---|
org.jruby.ast | |
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.parser | |
org.jruby.runtime | |
org.jruby.truffle.translator |
Modifier and Type | Class and Description |
---|---|
class |
PreExe19Node
A pre-execution construction (BEGIN { ...
|
Modifier and Type | Method and Description |
---|---|
T |
NodeVisitor.visitPreExeNode(PreExeNode iVisited) |
Void |
InstanceVariableFinder.visitPreExeNode(PreExeNode iVisited)
PreExeNode can't appear in methods, so do not search for ivars.
|
T |
AbstractNodeVisitor.visitPreExeNode(PreExeNode node) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildPreExe(PreExeNode preExeNode,
IRScope s) |
Modifier and Type | Method and Description |
---|---|
void |
RubyParserResult.addBeginNode(PreExeNode node) |
Modifier and Type | Method and Description |
---|---|
static Signature |
Signature.from(PreExeNode iter) |
Modifier and Type | Method and Description |
---|---|
RubyNode |
BodyTranslator.visitPreExeNode(PreExeNode node) |
Copyright © 2001-2015 JRuby. All Rights Reserved.