org.jruby.compiler
Class AssignmentCompiler

java.lang.Object
  extended byorg.jruby.compiler.AssignmentCompiler

public class AssignmentCompiler
extends java.lang.Object

Author:
headius

Constructor Summary
AssignmentCompiler()
           
 
Method Summary
static void assign(Node node, int index, Compiler context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssignmentCompiler

public AssignmentCompiler()
Method Detail

assign

public static void assign(Node node,
                          int index,
                          Compiler context)


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