org.jruby.ast
Class ArgAuxillaryNode

java.lang.Object
  extended by org.jruby.ast.Node
      extended by org.jruby.ast.ArgAuxillaryNode
All Implemented Interfaces:
ISourcePositionHolder

public class ArgAuxillaryNode
extends Node

Author:
enebo

Field Summary
 
Fields inherited from class org.jruby.ast.Node
EMPTY_COMMENT_LIST, INVALID_POSITION, nodeId
 
Constructor Summary
ArgAuxillaryNode(ISourcePosition position, java.lang.String name, int offset)
           
 
Method Summary
 Instruction accept(NodeVisitor visitor)
           
 java.util.List<Node> childNodes()
           
 java.lang.String getName()
           
 int getOffset()
           
 
Methods inherited from class org.jruby.ast.Node
addComment, addComments, assign, createList, definition, getComments, getNodeName, getPosition, getPositionIncludingComments, hasComments, interpret, isInvisible, setPosition, toString, when
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArgAuxillaryNode

public ArgAuxillaryNode(ISourcePosition position,
                        java.lang.String name,
                        int offset)
Method Detail

getOffset

public int getOffset()

getName

public java.lang.String getName()

accept

public Instruction accept(NodeVisitor visitor)
Specified by:
accept in class Node

childNodes

public java.util.List<Node> childNodes()
Specified by:
childNodes in class Node


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