|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArgsNode | |
|---|---|
| org.jruby.ast | |
| org.jruby.ast.visitor | |
| org.jruby.compiler.ir | |
| org.jruby.internal.runtime.methods | |
| org.jruby.javasupport.util | |
| org.jruby.runtime | |
| Uses of ArgsNode in org.jruby.ast |
|---|
| Subclasses of ArgsNode in org.jruby.ast | |
|---|---|
class |
ArgsNoArgNode
|
class |
ArgsPreOneArgNode
|
class |
ArgsPreTwoArgNode
|
| Fields in org.jruby.ast declared as ArgsNode | |
|---|---|
protected ArgsNode |
MethodDefNode.argsNode
|
| Methods in org.jruby.ast that return ArgsNode | |
|---|---|
ArgsNode |
LambdaNode.getArgs()
|
ArgsNode |
MethodDefNode.getArgsNode()
Gets the argsNode. |
| Constructors in org.jruby.ast with parameters of type ArgsNode | |
|---|---|
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)
|
|
| Uses of ArgsNode in org.jruby.ast.visitor |
|---|
| Methods in org.jruby.ast.visitor with parameters of type ArgsNode | |
|---|---|
java.lang.Object |
NodeVisitor.visitArgsNode(ArgsNode iVisited)
|
| Uses of ArgsNode in org.jruby.compiler.ir |
|---|
| Methods in org.jruby.compiler.ir with parameters of type ArgsNode | |
|---|---|
void |
IRBuilder.receiveArgs(ArgsNode argsNode,
IRScope s)
|
| Uses of ArgsNode in org.jruby.internal.runtime.methods |
|---|
| Methods in org.jruby.internal.runtime.methods that return ArgsNode | |
|---|---|
ArgsNode |
DefaultMethod.getArgsNode()
|
ArgsNode |
InterpretedMethod.getArgsNode()
|
ArgsNode |
JittedMethod.getArgsNode()
|
ArgsNode |
MethodArgs.getArgsNode()
|
| Methods in org.jruby.internal.runtime.methods with parameters of type ArgsNode | |
|---|---|
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)
|
| Constructors in org.jruby.internal.runtime.methods with parameters of type ArgsNode | |
|---|---|
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)
|
|
| Uses of ArgsNode in org.jruby.javasupport.util |
|---|
| Methods in org.jruby.javasupport.util with parameters of type ArgsNode | |
|---|---|
static java.lang.String |
RuntimeHelpers.encodeParameterList(ArgsNode argsNode)
|
| Uses of ArgsNode in org.jruby.runtime |
|---|
| Methods in org.jruby.runtime that return ArgsNode | |
|---|---|
ArgsNode |
Interpreted19Block.getArgs()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||