org.jruby.ast
Class Splat19Node

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

public class Splat19Node
extends SplatNode


Field Summary
 
Fields inherited from class org.jruby.ast.SplatNode
node
 
Fields inherited from class org.jruby.ast.Node
ASSIGNMENT_BYTELIST, CLASS_VARIABLE_BYTELIST, CONSTANT_BYTELIST, EXPRESSION_BYTELIST, FALSE_BYTELIST, GLOBAL_VARIABLE_BYTELIST, INSTANCE_VARIABLE_BYTELIST, LOCAL_VARIABLE_BYTELIST, LOCAL_VARIABLE_IN_BLOCK_BYTELIST, METHOD_BYTELIST, NIL_BYTELIST, SELF_BYTELIST, SUPER_BYTELIST, TRUE_BYTELIST, YIELD_BYTELIST
 
Constructor Summary
Splat19Node(ISourcePosition position, Node node)
           
 
Method Summary
 IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
           
 
Methods inherited from class org.jruby.ast.SplatNode
accept, childNodes, getNodeType, getValue
 
Methods inherited from class org.jruby.ast.Node
assign, createList, definition, getNodeName, getPosition, isInvisible, setPosition, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Splat19Node

public Splat19Node(ISourcePosition position,
                   Node node)
Method Detail

interpret

public IRubyObject interpret(Ruby runtime,
                             ThreadContext context,
                             IRubyObject self,
                             Block aBlock)
Overrides:
interpret in class SplatNode


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