org.jruby.compiler
Class ClassVarNodeCompiler

java.lang.Object
  extended byorg.jruby.compiler.ClassVarNodeCompiler
All Implemented Interfaces:
NodeCompiler

public class ClassVarNodeCompiler
extends java.lang.Object
implements NodeCompiler


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

Constructor Detail

ClassVarNodeCompiler

public ClassVarNodeCompiler()
Method Detail

compile

public void compile(Node node,
                    Compiler context)
Specified by:
compile in interface NodeCompiler


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