org.jruby.ast.util
Class SexpMaker

java.lang.Object
  extended by org.jruby.ast.util.SexpMaker

public class SexpMaker
extends java.lang.Object


Method Summary
static java.lang.String create(Node node)
           
static java.lang.String create(java.lang.String methodName, Node argsNode, Node body)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static java.lang.String create(Node node)

create

public static java.lang.String create(java.lang.String methodName,
                                      Node argsNode,
                                      Node body)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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