Uses of Class
org.jruby.ast.ArgsNode

Packages that use ArgsNode
org.jruby.ast   
org.jruby.ast.visitor   
org.jruby.ast.visitor.rewriter   
org.jruby.internal.runtime.methods   
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, NodeType id)
           
 

Uses of ArgsNode in org.jruby.ast.visitor
 

Methods in org.jruby.ast.visitor with parameters of type ArgsNode
 Instruction AbstractVisitor.visitArgsNode(ArgsNode iVisited)
           
 Instruction DefaultIteratorVisitor.visitArgsNode(ArgsNode iVisited)
           
 Instruction NodeVisitor.visitArgsNode(ArgsNode iVisited)
           
 

Uses of ArgsNode in org.jruby.ast.visitor.rewriter
 

Methods in org.jruby.ast.visitor.rewriter with parameters of type ArgsNode
 Instruction ReWriteVisitor.visitArgsNode(ArgsNode iVisited)
           
 

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 MethodArgs.getArgsNode()
           
 

Constructors in org.jruby.internal.runtime.methods with parameters of type ArgsNode
DefaultMethod(RubyModule implementationClass, StaticScope staticScope, Node body, ArgsNode argsNode, Visibility visibility, ISourcePosition position)
           
InterpretedMethod(RubyModule implementationClass, java.lang.String name, StaticScope staticScope, Node body, ArgsNode argsNode, Visibility visibility, ISourcePosition position)
           
 

Uses of ArgsNode in org.jruby.runtime
 

Methods in org.jruby.runtime that return ArgsNode
 ArgsNode Interpreted19Block.getArgs()
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.