net.janino.samples
Class ExpressionDemo

java.lang.Object
  |
  +--net.janino.samples.DemoBase
        |
        +--net.janino.samples.ExpressionDemo

public class ExpressionDemo
extends DemoBase

A test program that allows you to play around with the ExpressionEvaluator class.


Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class net.janino.samples.DemoBase
createObject, explode, stringToType, stringToTypes, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception