Package org.codehaus.commons.compiler.samples
Sample applications for the Janino Java compiler.
-
Class Summary Class Description ClassBodyDemo A test program that allows you to play with theIClassBodyEvaluator
API.CompilerDemo A drop-in replacement for the JDK'sJAVAC
tool.DemoBase Common base class for the "...Demo" classes that demostrate Janino.ExpressionDemo A test program that allows you to play around with theIExpressionEvaluator
class.ScriptDemo A test program that allows you to play around with theIScriptEvaluator
class.ShippingCost Sample application which demonstrates how to use theIExpressionEvaluator
class.