Sample applications for the Janino JavaTM compiler.
See: Description
Class Summary | |
---|---|
ClassBodyDemo | |
DeclarationCounter | An example application for the Traverser: Reads, scans and parses the files named on the command line and counts several kinds of declarations. |
DemoBase | Common base class for the "...Demo" classes that demostrate Janino. |
ExpressionDemo |
A test program that allows you to play around with the
ExpressionEvaluator class. |
ScriptDemo |
A test program that allows you to play around with the
ScriptEvaluator class. |
ShippingCost |
Sample application which demonstrates how to use the
ExpressionEvaluator class. |