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

Constructor Summary
ArgAuxillaryNode(ISourcePosition position, java.lang.String name, int offset)
           
 
Method Summary
 java.lang.Object accept(NodeVisitor visitor)
           
 java.util.List<Node> childNodes()
           
 java.lang.String getName()
           
 NodeType getNodeType()
           
 int getOffset()
           
 
Methods inherited from class org.jruby.ast.Node
assign, createList, definition, getNodeName, getPosition, interpret, isInvisible, setPosition, toString
 
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

getNodeType

public NodeType getNodeType()
Specified by:
getNodeType in class Node
Returns:
the nodeId

getOffset

public int getOffset()

getName

public java.lang.String getName()

accept

public java.lang.Object accept(NodeVisitor visitor)
Specified by:
accept in class Node

childNodes

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


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