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