Soft82.com » Windows » Developer Tools » Tools & Editors » Specialized Tools » Janino 2.5.16
Janino 2.5.16
Download Janino
| Developer | |
| Product Homepage | |
| Date Added | February 24, 2010, 14:30 GMT |
| License | Free (Freeware) |
| Last Week / All Time Downloads | 1 / 100 |
| Size | 614.4K |
| OS Support | Windows All |
Janino Description
A compiler that reads a Java expression, block, class body, source file or a set of source files
Janino is a compiler that reads a Java expression, block, class body, source file or a set of source files, and generates Javabytecode that is loaded and executed directly. Janino is not intended to be a development tool, but an embedded compiler for run-time compilation purposes, e.g. expression evaluators or "server pages" engines like JSP.
JANINO is integrated with Apache Commons JCI ("Java Compiler Interface") and JBoss Rules / Drools.
JANINO can also be used for static code analysis or code manipulation.
Properties
The major design goal was to keep the compiler small and simple, while providing an (almost) JAVAC 1.4 compatible compiler. I don't like the idea of carrying around huge libraries for simple applications.
The following elements of the Java programming language are implemented:
* package declaration, import declaration
* class declaration, interface declaration
* Inheritance (extends and implements)
* Static member type declaration
* Inner classes (member classes, local classes, anonymous classes)
* Class initializer, Instance initializer
* Field declaration, Method declaration
* Local variable declaration
* Class variable initializer, Instance variable initializer
* Block statement ({...})
* if ... else statement
* for statement
* while statement
* do ... while statement
* try ... catch ... finally statement
* throw statement
* return statement
* break statement
* continue statement
* switch statement
* synchronized statement
* All primitive types (boolean, char, byte, short, int, long, float, double)
* Assignment operator =
* Assignment operators +=, -=, *=, /=, &=, |=, ^=, %=, <<=, >>=, >>>=
* Conditional operators ?...:, &&, ||
* Boolean logical operators &, ^, |
* Integer bitwise operators &, ^, |
* Numeric operators *, /, %, +, -, <<, >>, >>>
* String concatenation operator +
* Operators ++ and --
* Type comparison operator instanceof
* Unary operators +, -, ~, !
* Parenthesized expression
* Field access (like System.out)
* Superclass member access (super.meth();, super.field = x;)
Properties (cont'd.)
* this (reference to current instance)
* Alternate constructor invocation (like this(a, b, c))
* Superclass constructor invocation (like super(a, b, c))
* Method invocation (like System.out.println("Hello"))
* Class instance creation (like new Foo())
* Primitive array creation (like new int[10][5][])
* Class or interface array creation (like new Foo[10][5][])
* Array access (like args[0])
* Local variable access
* Integer, floating-point, boolean, character, string literal
* null literal
* Unary numeric conversion, binary numeric conversion, widening numeric conversion, narrowing numeric conversion
* Widening reference conversion, narrowing reference conversion
* Cast
* Assignment conversion
* String conversion (for string concatenation)
* Constant expression
* Block scope, method scope, class scope, global scope
* throws clause
* Array initializer (like String[] a = { "x", "y", "z" })
* Primitive class literals, e.g. "int.class"
* Non-primitive class literals, e.g. "String.class"
* References between uncompiled compilation units
* Line number tables a la "-g:lines"
* Source file information a la "-g:source"
* Handling of @deprecated doc comment tag
* Accessibility checking (PUBLIC, PROTECTED, PRIVATE)
* Local variable information information for debugging (i.e. "-g:vars")
* Checking of "definite assignment" (JLS2 16)
* Methods that compile to more than 32 KB
* J2SE 5.0: Static imports (single and on-demand; fields, types and methods)
* J2SE 5.0: Autoboxing and unboxing
* J2SE 5.0: StringBuilder class used (if available) for string concatenation
* J2SE 5.0: Covariant return types
Limitations
* assert (a JDK 1.4 language feature) is not implemented
* J2SE 5.0: Parametrized types (generics)
* J2SE 5.0: Enhanced FOR loop
* J2SE 5.0: Typesafe enums
* J2SE 5.0: Variable arguments
* J2SE 5.0: Annotations
Download Janino
New Specialized Tools Software
JPlexMay 25, 2012Java lexical analyzer generator |
Deskzilla ProMay 24, 2012A desktop client for Mozilla's Bugzilla bug tracking system |
|||
Exceptions DeployerMay 24, 2012Command line tool for automating the deployment of Adobe Application Manager |
InstallSimple PortableMay 23, 2012Create installation package easily and quickly |
|||
Aptana StudioMay 22, 2012Build web applications quickly and easily |
UIMap ToolboxMay 22, 2012Restructure, split and merge UIMaps |
|||
ExeScriptMay 21, 2012Create secured stand-alone applications from BAT, VBS, JS or WSH scripts |
Pacestar UML DiagrammerMay 18, 2012Professional easy to learn and use UML diagram drawing tool |
|||
Advanced InstallerMay 17, 2012The power of Windows Installer made easy |
Simply FortranMay 17, 2012Affordable Fortran for Microsoft Windows |
|||
Virto Bulk File Unzip Utility for Microsoft SharePointMay 15, 2012Easily unpack archives and save extracted files to the document library |
Affinic Debugger GUIMay 15, 2012Affinic Debugger GUI .aka. ADG, is designed as a graphical user interface for various debuggers |
|||
Flat AssemblerMay 15, 2012Open source assembly language compiler |
YouTrackMay 11, 2012An innovative, keyboard-centric issue tracking and project tracking tool |
|||
PorterMay 11, 2012Web development server for PHP/Node/MySQL developers |
EasyPHPMay 11, 2012A complete and ready-to-use environment for PHP developers |
|||
PeStudioMay 9, 2012PeStudio shows you many security relevant details about any application |
SourcemaidMay 9, 2012Zip and deliver project code with one click |
|||
PHPMay 9, 2012PHP is a server-side, cross-platform, HTML embedded scripting language |
Pastebin DesktopMay 8, 2012Take full advantage of your Pastebin.com account |
|||
Last 7 Days Most Downloaded Specialized Tools Products
Google SketchUp436 downloadsGoogle SketchUp is an easy-to-learn 3D modeling program |
Microsoft Expression Web91 downloadsives you all the tools you'll need to produce high-quality, standards-based Web sites |
|||
Project 2007 SDK88 downloadsHelp customize and integrate the Project 2007 clients and Project Server 2007 with other apps |
VirtualBox68 downloadsVirtualBox: Employ server and desktop solution for x86 hardware |
|||
WinDriver USB Device60 downloadsUSB Firmware Development Toolkit |
PHP30 downloadsPHP is a server-side, cross-platform, HTML embedded scripting language |
|||
WinDriver28 downloadsWinDriver automates and simplifies the development of user mode Windows device drivers for... |
PyScripter27 downloadsAn open-source Python Integrated Development Environment (IDE) |
|||
Adobe Bridge SDK25 downloadsEnables developers to integrate with and extend Bridge |
Axis19 downloadsApache Axis is an implementation of the SOAP ( |
|||
All Time Most Downloaded Specialized Tools Products
Google SketchUp137,010 downloadsGoogle SketchUp is an easy-to-learn 3D modeling program |
Microsoft Expression Web20,522 downloadsives you all the tools you'll need to produce high-quality, standards-based Web sites |
|||
Project 2007 SDK507 downloadsHelp customize and integrate the Project 2007 clients and Project Server 2007 with other apps |
VirtualBox29,708 downloadsVirtualBox: Employ server and desktop solution for x86 hardware |
|||
WinDriver USB Device58,898 downloadsUSB Firmware Development Toolkit |
PHP13,248 downloadsPHP is a server-side, cross-platform, HTML embedded scripting language |
|||
WinDriver7,137 downloadsWinDriver automates and simplifies the development of user mode Windows device drivers for... |
PyScripter1,789 downloadsAn open-source Python Integrated Development Environment (IDE) |
|||
Adobe Bridge SDK3,606 downloadsEnables developers to integrate with and extend Bridge |
Axis1,447 downloadsApache Axis is an implementation of the SOAP ( |
|||
Download Janino

