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