Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nice.tools.code
Class Inline  view Inline download Inline.java

java.lang.Object
  extended bynice.tools.code.Inline

public final class Inline
extends java.lang.Object

Static class to inline code written in Procedures.


Constructor Summary
Inline()
           
 
Method Summary
static gnu.expr.Expression inline(gnu.mapping.Procedure1 proc)
           
static gnu.expr.Expression inline(gnu.mapping.Procedure1 proc, gnu.expr.Expression arg1)
           
static gnu.expr.Expression inline(gnu.mapping.Procedure2 proc, gnu.expr.Expression arg1, gnu.expr.Expression arg2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Inline

public Inline()
Method Detail

inline

public static gnu.expr.Expression inline(gnu.mapping.Procedure1 proc)

inline

public static gnu.expr.Expression inline(gnu.mapping.Procedure1 proc,
                                         gnu.expr.Expression arg1)

inline

public static gnu.expr.Expression inline(gnu.mapping.Procedure2 proc,
                                         gnu.expr.Expression arg1,
                                         gnu.expr.Expression arg2)