Web Site

org.codehaus.janino.samples
Class ShippingCost

java.lang.Object
  extended byorg.codehaus.janino.samples.ShippingCost

public class ShippingCost
extends Object

Sample application which demonstrates how to use the ExpressionEvaluator class.


Constructor Summary
ShippingCost()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShippingCost

public ShippingCost()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

Web Site