Uses of Interface
org.jruby.ast.types.IListNode

Packages that use IListNode
org.jruby.ast   
org.jruby.ast.types   
org.jruby.ast.util   
org.jruby.parser   
 

Uses of IListNode in org.jruby.ast
 

Classes in org.jruby.ast that implement IListNode
 class ArrayNode
          Represents an array.
 class BlockNode
          A structuring node (linked list of other nodes).
 class DRegexpNode
          Dynamic regexp node.
 class DStrNode
          a Dynamic String node.
 class DXStrNode
          Dynamic backquote string.
 class RescueBodyNode
           
 

Methods in org.jruby.ast that return IListNode
 IListNode ArgsNode.getOptArgs()
          Gets the optArgs.
 IListNode ArrayNode.add(INode node)
           
 IListNode BlockNode.add(INode node)
           
 IListNode BlockPassNode.getArgsNode()
          Gets the argsNode.
 IListNode CallNode.getArgsNode()
          Gets the argsNode.
 IListNode CaseNode.getWhenNodes()
          Gets the whenNodes.
 IListNode DRegexpNode.add(INode node)
           
 IListNode DStrNode.add(INode node)
           
 IListNode DXStrNode.add(INode node)
           
 IListNode FCallNode.getArgsNode()
          Gets the argsNode.
 IListNode HashNode.getListNode()
          Gets the listNode.
 IListNode MultipleAsgnNode.getHeadNode()
          Gets the headNode.
 IListNode RescueBodyNode.add(INode node)
           
 IListNode RescueBodyNode.getExceptionNodes()
          Gets the exceptionNodes.
 IListNode RescueNode.getRescueNodes()
          Gets the rescueNodes.
 IListNode WhenNode.getExpressionNodes()
          Gets the expressionNodes.
 

Methods in org.jruby.ast with parameters of type IListNode
 void BlockPassNode.setArgsNode(IListNode argsNode)
          Sets the argsNode.
 

Constructors in org.jruby.ast with parameters of type IListNode
ArgsNode(ISourcePosition iPosition, int argsCount, IListNode optArgs, int restArg, BlockArgNode blockArgNode)
           
CallNode(ISourcePosition position, INode receiverNode, java.lang.String name, IListNode argsNode)
           
CaseNode(ISourcePosition position, INode caseNode, IListNode whenNodes, INode elseNode)
           
FCallNode(ISourcePosition position, java.lang.String name, IListNode argsNode)
           
HashNode(IListNode listNode)
           
HashNode(ISourcePosition position, IListNode listNode)
           
MultipleAsgnNode(ISourcePosition position, IListNode headNode, INode argsNode)
           
RescueBodyNode(ISourcePosition position, IListNode exceptionNodes, INode bodyNode)
           
RescueNode(ISourcePosition position, INode bodyNode, IListNode rescueNodes, INode elseNode)
           
WhenNode(ISourcePosition position, IListNode expressionNodes, INode bodyNode)
           
 

Uses of IListNode in org.jruby.ast.types
 

Methods in org.jruby.ast.types that return IListNode
 IListNode IListNode.add(INode node)
           
 

Uses of IListNode in org.jruby.ast.util
 

Methods in org.jruby.ast.util that return IListNode
static IListNode ListNodeUtil.addAll(IListNode self, IListNode other)
           
 

Methods in org.jruby.ast.util with parameters of type IListNode
static IListNode ListNodeUtil.addAll(IListNode self, IListNode other)
           
static INode ListNodeUtil.getLast(IListNode self)
           
static int ListNodeUtil.getLength(IListNode self)
           
 

Uses of IListNode in org.jruby.parser
 

Methods in org.jruby.parser with parameters of type IListNode
 INode ParserSupport.arg_blk_pass(IListNode firstNode, BlockPassNode secondNode)
           
 INode ParserSupport.getElementAssignmentNode(INode recv, IListNode idx)
           
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.