|
|||||||||
| Home >> All >> nice >> tools >> [ code overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
nice.tools.code
Class Inline

java.lang.Objectnice.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)
|
|||||||||
| Home >> All >> nice >> tools >> [ code overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
nice.tools.code.Inline