it.haefelinger.flaka.el
Class EL

java.lang.Object
  extended by it.haefelinger.flaka.el.EL

public final class EL
extends Object

This class is the entry point for EL evaluation.

Author:
geronimo

Nested Class Summary
static class EL.MyBuilder
           
static class EL.MyParser
           
static class EL.MyScanner
           
 
Constructor Summary
EL(Project project)
           
 
Method Summary
protected  void init(Project project)
           
static void main(String[] args)
           
 boolean tobool(String expr)
           
 File tofile(String expr)
           
 Object toobj(String expr)
           
 String tostr(String expr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EL

public EL(Project project)
Method Detail

init

protected void init(Project project)

toobj

public Object toobj(String expr)

tofile

public File tofile(String expr)

tostr

public String tostr(String expr)

tobool

public boolean tobool(String expr)

main

public static void main(String[] args)