| Package | Description |
|---|---|
| org.jruby.ast | |
| org.jruby.ast.visitor | |
| org.jruby.compiler.ir | |
| org.jruby.internal.runtime.methods | |
| org.jruby.javasupport.util | |
| org.jruby.runtime |
| Modifier and Type | Class and Description |
|---|---|
class |
ArgsNoArgNode |
class |
ArgsPreOneArgNode |
class |
ArgsPreTwoArgNode |
| Modifier and Type | Field and Description |
|---|---|
protected ArgsNode |
MethodDefNode.argsNode |
| Modifier and Type | Method and Description |
|---|---|
ArgsNode |
LambdaNode.getArgs() |
ArgsNode |
MethodDefNode.getArgsNode()
Gets the argsNode.
|
| Constructor and Description |
|---|
DefnNode(ISourcePosition position,
ArgumentNode nameNode,
ArgsNode argsNode,
StaticScope scope,
Node bodyNode) |
DefsNode(ISourcePosition position,
Node receiverNode,
ArgumentNode nameNode,
ArgsNode argsNode,
StaticScope scope,
Node bodyNode) |
IterNode(ISourcePosition position,
ArgsNode args,
Node body,
StaticScope scope) |
LambdaNode(ISourcePosition position,
ArgsNode args,
Node body,
StaticScope scope) |
MethodDefNode(ISourcePosition position,
ArgumentNode nameNode,
ArgsNode argsNode,
StaticScope scope,
Node bodyNode) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
NodeVisitor.visitArgsNode(ArgsNode iVisited) |
| Modifier and Type | Method and Description |
|---|---|
void |
IRBuilder.receiveArgs(ArgsNode argsNode,
IRScope s) |
| Modifier and Type | Method and Description |
|---|---|
ArgsNode |
DefaultMethod.getArgsNode() |
ArgsNode |
InterpretedMethod.getArgsNode() |
ArgsNode |
JittedMethod.getArgsNode() |
ArgsNode |
MethodArgs.getArgsNode() |
| Modifier and Type | Method and Description |
|---|---|
static DynamicMethod |
DynamicMethodFactory.newDefaultMethod(Ruby runtime,
RubyModule container,
java.lang.String name,
StaticScope scope,
Node body,
ArgsNode argsNode,
Visibility visibility,
ISourcePosition position) |
static InterpretedMethod |
DynamicMethodFactory.newInterpretedMethod(Ruby runtime,
RubyModule container,
StaticScope scope,
Node body,
java.lang.String name,
ArgsNode argsNode,
Visibility visibility,
ISourcePosition position) |
| Constructor and Description |
|---|
DefaultMethod(RubyModule implementationClass,
StaticScope staticScope,
Node body,
java.lang.String name,
ArgsNode argsNode,
Visibility visibility,
ISourcePosition position) |
InterpretedMethod(RubyModule implementationClass,
StaticScope staticScope,
Node body,
java.lang.String name,
ArgsNode argsNode,
Visibility visibility,
ISourcePosition position) |
TraceableInterpretedMethod(RubyModule implementationClass,
StaticScope staticScope,
Node body,
java.lang.String name,
ArgsNode argsNode,
Visibility visibility,
ISourcePosition position) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
RuntimeHelpers.encodeParameterList(ArgsNode argsNode) |
| Modifier and Type | Method and Description |
|---|---|
ArgsNode |
Interpreted19Block.getArgs() |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.