org.jrubyparser.ast
Class KeywordRestArgNode

java.lang.Object
  extended by org.jrubyparser.ast.Node
      extended by org.jrubyparser.ast.ArgumentNode
          extended by org.jrubyparser.ast.KeywordRestArgNode
All Implemented Interfaces:
ILocalVariable, INameMatchable, INameNode, IParameter, ISourcePositionHolder

public class KeywordRestArgNode
extends ArgumentNode


Constructor Summary
KeywordRestArgNode(SourcePosition position, String name, int index)
           
 
Method Summary
 Object accept(NodeVisitor visitor)
           
 NodeType getNodeType()
           
 
Methods inherited from class org.jrubyparser.ast.ArgumentNode
getDeclaration, getDefinedScope, getDepth, getIndex, getLexicalName, getLexicalNamePosition, getName, getNamePosition, getOccurrences, isNameMatch, isSame, setName
 
Methods inherited from class org.jrubyparser.ast.Node
adopt, adopt, adoptUsingNodesPosition, childNodes, comparePositionWith, createList, getClosestIScope, getClosestModule, getGrandParent, getInlineComment, getInnermostIter, getMethodFor, getNodeAt, getNodeName, getOutermostIter, getParent, getPosition, getPositionIncludingComments, getPreviousComments, insertAfter, insertAll, insertBefore, insertNode, isBlockParameter, isDescendentOf, isLeaf, isMethodParameter, setParent, setPosition, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeywordRestArgNode

public KeywordRestArgNode(SourcePosition position,
                          String name,
                          int index)
Method Detail

accept

public Object accept(NodeVisitor visitor)
Overrides:
accept in class ArgumentNode

getNodeType

public NodeType getNodeType()
Overrides:
getNodeType in class ArgumentNode
Returns:
the nodeId


Copyright © 2013. All Rights Reserved.