Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.476.246 Times

Java Parser Class freeware
Filter: All | Freeware | Demo
 

Java Parser Class

< 1 2 3 4 5 
Added: January 18, 2010 | Visits: 957

Class::Adapter Class::Adapter is a Perl implementation of the "Adapter" Design Pattern. The Class::Adapter class is intended as an abstract base class for creating any sort of class or object that follows the Adapter pattern. What is an Adapter? The term Adapter refers to a "Design Pattern" of the same... Platforms: *nix

License: Freeware Size: 24.58 KB Download (102): Class::Adapter Download

Added: November 09, 2010 | Visits: 736

jclassinfo jclassinfo reads java class files and provides information about the class, dependencies and more. It is a pure C implementantion.. Platforms: *nix

License: Freeware Size: 26.62 KB Download (92): jclassinfo Download

Added: February 11, 2010 | Visits: 970

Java::JCR::Exception Java::JCR::Exception is a Perl wrapper for repository exceptions. SYNOPSIS eval { my $node = $root->add_node(foo, nt:unstructured); }; if ($@) { print STDERR "Failed to add node foo: $@n"; } This class is used to make the exceptions thrown from the Java code work more nicely in Perl.... Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): Java::JCR::Exception Download

Added: November 16, 2010 | Visits: 1.034

Java::JCR::Workspace Java::JCR::Workspace is a Perl wrapper for javax.jcr.Workspace. This is an automatically generated package wrapping javax.jcr.Workspace with a nice Perlish API. For full documentation of what this class does, see the Java API documentation:... Platforms: *nix

License: Freeware Size: 48.13 KB Download (93): Java::JCR::Workspace Download

Added: January 11, 2010 | Visits: 3.558

Java::JCR::Lock::Lock Java::JCR::Lock::Lock is a Perl wrapper for javax.jcr.lock.Lock. This is an automatically generated package wrapping javax.jcr.lock.Lock with a nice Perlish API. For full documentation of what this class does, see the Java API documentation:... Platforms: *nix

License: Freeware Size: 48.13 KB Download (950): Java::JCR::Lock::Lock Download

Added: February 18, 2010 | Visits: 918

asm2class Asm2class is a java assembly to class file compiler. Asm2class is release under the terms of the GPL License. The current version of asm2class (0.1.2) is a beta version and allow generating class file from java assembly file that contains class definition, field definition, method definition... Platforms: *nix

License: Freeware Size: 1.17 MB Download (116): asm2class Download

Added: June 10, 2010 | Visits: 1.381

Useful Java Application Components UJAC provides a collection of JAVA components which may be useful in some projects. Each component is designed for easy use, easy integration into existing projects, extensibility and last but not least efficiency. Whats New in This Release: Chart Module: - Moved common types into the... Platforms: *nix

License: Freeware Size: 4.1 MB Download (101): Useful Java Application Components Download

Added: June 08, 2010 | Visits: 1.473

Simple Logging Facade for Java 1.1.0 Simple Logging Facade for Java also know as SLF4J is intended to serve as a simple facade for various logging APIs, allowing to the end-user to plug in the desired implementation at deployment time. Logging API implementations can either choose to implement the the SLF4J interfaces directly,... Platforms: *nix

License: Freeware Size: 215.04 KB Download (136): Simple Logging Facade for Java 1.1.0 Download

Added: October 25, 2010 | Visits: 1.308

Java Unified Expression Language Java Unified Expression Language is an implementation of the unified expression language (EL) as specified by the JSP 2.1 standard (JSR-245). The javax.el.ExpressionFactory implementation is de.odysseus.el.ExpressionFactoryImpl: // create an expression factory javax.el.ExpressionFactory... Platforms: *nix

License: Freeware Size: 235.52 KB Download (93): Java Unified Expression Language Download

Added: November 13, 2010 | Visits: 928

Exception::Class Exception::Class is a Perl module that allows you to declare real exception classes in Perl. SYNOPSIS use Exception::Class ( MyException, AnotherException => { isa => MyException }, YetAnotherException => { isa => AnotherException, description => These exceptions are related to IPC },... Platforms: *nix

License: Freeware Size: 16.38 KB Download (91): Exception::Class Download

Added: March 07, 2010 | Visits: 1.113

JFreeChart JFreeChart is a free Java class library for generating charts.. The official home page of the JFreeChart project. Platforms: *nix

License: Freeware Size: 2.9 MB Download (100): JFreeChart Download

Added: October 24, 2010 | Visits: 1.103

HTML Parser HTMLParser is a super-fast real-time parser for real-world HTML. What has attracted most developers to HTMLParser has been its simplicity in design, speed and ability to handle streaming real-world html. The two fundamental use-cases that are handled by the parser are extraction and... Platforms: *nix

License: Freeware Size: 4.2 MB Download (98): HTML Parser Download

Added: March 17, 2010 | Visits: 1.630

ProGuard 3.9 / 4.0 ProGuard is a free Java class file shrinker, optimizer, and obfuscator. ProGuard project can detect and remove unused classes, fields, methods, and attributes. It can then optimize bytecode and remove unused instructions. Finally, it can rename the remaining classes, fields, and methods using... Platforms: *nix

License: Freeware Download (108): ProGuard 3.9 / 4.0 Download

Added: March 23, 2010 | Visits: 876

Polymorphic XML Parser Polymorphic XML Parser is a validating XML parser for the programming language Objective Caml. In October, 1999, I started writing a validating XML parser for OCaml; the first published versions have been called "Markup" (simply because the package name was "markup"). After this parser had some... Platforms: *nix

License: Freeware Size: 614.4 KB Download (91): Polymorphic XML Parser Download

Added: July 20, 2010 | Visits: 614

Class::Declare Class::Declare is a Perl module created to declare classes with public, private and protected attributes and methods. SYNOPSIS package My::Class; use strict; use warnings; use base qw( Class::Declare ); __PACKAGE__->declare( public => { public_attr => 42 } , private => { private_attr... Platforms: *nix

License: Freeware Size: 76.8 KB Download (88): Class::Declare Download

Added: September 15, 2010 | Visits: 1.012

Class::Declare::Attributes Class::Declare::Attributes is a Perl module with Class::Declare method types using Perl attributes. SYNOPSIS package My::Class; use 5.006; use strict; use warnings; use base qw( Class::Declare::Attributes ); # declare the class/instance attributes __PACKAGE__->declare( ... ); # #... Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Class::Declare::Attributes Download

Added: July 14, 2010 | Visits: 910

Java::Build::GenericBuild Java::Build::GenericBuild is a high level driver to control Java builds. SYNOPSIS There are two (or more) code files needed to effectively use this module. First, create a subclass of this class: package Java::Build::MyBuild; use Carp; # Do the following in a BEGIN block before the use... Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): Java::Build::GenericBuild Download

Added: November 06, 2010 | Visits: 1.312

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this... Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

Added: July 03, 2010 | Visits: 783

PerlPoint::Parser PerlPoint::Parser Perl module is a PerlPoint Parser. SYNOPSIS # load the module: use PerlPoint::Parser; # build the parser and run it # to get intermediate data in @stream my ($parser)=new PerlPoint::Parser; $parser->run( stream => @stream, files => @files, ); The PerlPoint format,... Platforms: *nix

License: Freeware Size: 419.84 KB Download (90): PerlPoint::Parser Download

Added: April 08, 2010 | Visits: 1.040

Language::Zcode::Parser Language::Zcode::Parser is a Perl module that reads and parses a Z-code file into a big Perl hash. SYNOPSIS # Create a Pure Perl Parser my $pParser = new Language::Zcode::Parser "Perl"; # If they didnt put ".z5" at the end, find it anyway $infile = $pParser->find_zfile($infile) || exit;... Platforms: *nix

License: Freeware Size: 296.96 KB Download (95): Language::Zcode::Parser Download

< 1 2 3 4 5