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.345.971 Times

Java Parse Logical Expression freeware
Filter: All | Freeware | Demo
 

Java Parse Logical Expression

1 2 3 4 5 > 
Added: May 02, 2010 | Visits: 1.196

Parse::Java Parse::Java is a Perl module that acts like a parser for Java code. SYNOPSIS use Parse::Java; my $ast = Parse::Java->parse_file(MyClass.java); Parse::Java parses Java code into an Abstract Syntax Tree which can be used for many things like writing compilers and stuff. As this module is...



Platforms: *nix

License: Freeware Size: 18.43 KB Download (114): Parse::Java Download

Added: September 26, 2010 | Visits: 1.179

yagg::Tutorial yagg::Tutorial is a Perl module that contains a tutorial for yagg. SYNOPSIS # To use the generator ./yagg -m nonterminals.yg terminals.lg ./output/progs/generate 5 This tutorial will show you how to use yagg, by way of two examples. In the first example, we create a simple logical...





Platforms: *nix

License: Freeware Size: 215.04 KB Download (101): yagg::Tutorial Download

Released: June 14, 2012  |  Added: June 14, 2012 | Visits: 475

Recursive Search and Replace SandR is a Recursive Regex Search and Replacement utility. It works on files or directories recursively. It supports Java-style Regular Expression in Search terms; it supports auto-detection of character encoding of the files. SandR is written in Java.


Platforms: Windows, Mac, Linux

License: Freeware Size: 51.38 KB Download (48): Recursive Search and Replace Download

Added: October 25, 2010 | Visits: 1.306

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: September 12, 2010 | Visits: 913

Parse::RandGen::Regexp Parse::RandGen::Regexp is a Perl module for regular expression Condition element. Regexp is a Condition element that matches the given compiled regular expression. For picking random data, the regular expression is parsed into its component Subrules, Literals, CharClasses, etc.... Therefore,...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): Parse::RandGen::Regexp Download

Added: October 14, 2010 | Visits: 855

Java::JVM::Classfile Java::JVM::Classfile is a Perl module to parse JVM Classfiles. SYNOPSIS use Java::JVM::Classfile; my $c = Java::JVM::Classfile->new("HelloWorld.class"); print "Class: " . $c->class . "n"; print "Methods: " . scalar(@{$c->methods}) . "n"; The Java Virtual Machine (JVM) is an abstract...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (90): Java::JVM::Classfile Download

Added: June 18, 2010 | Visits: 1.183

Java Mozilla Html Parser Java Mozilla Html Parser project is a Java package that enables you to parse html pages into a Java Document object. The parser is a wrapper around Mozillas Html Parser, thus giving the user a browser-quality html parser. Limitiations and known issues The most major limitation is performance...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (111): Java Mozilla Html Parser Download

Released: November 27, 2012  |  Added: November 27, 2012 | Visits: 684

Boolean Expression Editor for Java BEEJ is a Boolean Expression Editor for Java. This library provides a GUI interface to build complex (or simple) expressions with your options as a base component.


Platforms: Windows, Mac, Linux

License: Freeware Size: 16.32 KB Download (50): Boolean Expression Editor for Java Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 537

JEPLite: java expression parser enlited JEPLite is a light-weighted (re)implementation of the Java Expression Parser (jep.sourceforge.net). The intention is to strip some of its not-so-often-used features, and thus speeding the rest. Includes expression optimizer.


Platforms: Windows, Mac, Linux

License: Freeware Size: 38.87 KB Download (48): JEPLite: java expression parser enlited Download

Released: December 14, 2012  |  Added: December 14, 2012 | Visits: 507

JEC - Java Expression Compiler JEC is a Java Expression Compiler library (a JAR) that allows bidirectional expression evaluation and assignation (like book.pages[selectedPage].text). It was designed for mapping HTTP parameters to class fields in the model for a Java web controller.


Platforms: Windows, Mac, Linux

License: Freeware Size: 58.16 KB Download (49): JEC - Java Expression Compiler Download

Added: October 27, 2010 | Visits: 1.338

Language::Basic::Expression Language::Basic::Expression is a Perl package to handle string, numeric, and boolean expressions. SYNOPSIS See Language::Basic for the overview of how the Language::Basic module works. This pod page is more technical. # Given an LB::Token::Group, create an expression I parse it my $exp =...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (100): Language::Basic::Expression Download

Added: June 10, 2010 | Visits: 1.377

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.797

BNF for Java BNF for Java project is a parser/generator, or compiler-compiler. The parser reads your input text, or "terminals", specified by your BNF syntax. The parser features indefinate look-ahead and back-track. As the grammar parses your file, it builds a parse-tree which carries the content in the...


Platforms: *nix

License: Freeware Download (206): BNF for Java Download

Added: May 16, 2010 | Visits: 1.429

regular expression parser regular expression parser is a C++ regexp parser that accomplishes The Open Group specification Issue 6, IEEE Std 1003.1, 2004 Edition. regular expression parser allows you to parse input using regular expressions, and to retrieve parsed sub-expression matches in a few steps..


Platforms: *nix

License: Freeware Size: 337.92 KB Download (145): regular expression parser Download

Added: January 14, 2010 | Visits: 821

Java::SJ::Config Java::SJ::Config is a Perl module that represents SJ Configuration File. It uses XML::XPath to parse configuration files and generates objects to represent the directives. Unless youre working on the module what you really want to know is what directives are allowed and their meaning. Youre...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (89): Java::SJ::Config Download

Added: September 14, 2010 | Visits: 1.002

Template::Alloy::Parse Template::Alloy::Parse is a Perl module with common parsing role for creating AST from templates. The Template::Alloy::Parse role is reponsible for storing the majority of directive parsing code, as well as for delegating to the TT, HTE, Tmpl, and Velocity roles for finding variables and...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (93): Template::Alloy::Parse Download

Added: February 02, 2010 | Visits: 971

Template::Plugin::Java Template::Plugin::Java is a Perl module that can generate Java Classes from XML description files and templates. SYNOPSIS From an xml file such as: < aBean > < java: option1="value1" > < option2 >value2< /option2 > < /java: > < foo >10< /foo > < bar >String< /bar > < container > < baz...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Template::Plugin::Java Download

Added: November 01, 2010 | Visits: 1.664

Regular Expression Graphing Program Regular Expression Graphing Program project is a regular expression graphing program. This program is designed to take a regular expression and produce a graph of the state machine that is used to parse the regular expression. It is useful for teaching regular expressions and state machines....


Platforms: *nix

License: Freeware Size: 4.3 MB Download (138): Regular Expression Graphing Program Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 815

Chilkat Class Libraries for Java The full suite of Chilkat components & libraries are now available for the Java programming language. Commercially licensed components include: Email (POP3 / SMTP) IMAP Zip, GZip, and Unix Compress Encryption MIME and S/MIME FTP HTTP MHT Charset Bounce Freeware components include:...


Platforms: Windows

License: Freeware Download (53): Chilkat Class Libraries for Java Download

Released: November 24, 2012  |  Added: November 24, 2012 | Visits: 808

Java Fastest String Utility The Java Fastest String Utility was built as a Java library that can be used for string operations. The library is very easy-to-use, very fast and efficient in string operations such as split, toUpperCase, toLowerCase, replace, delete, regular expression and others.


Platforms: Windows

License: Freeware Download (49): Java Fastest String Utility Download

1 2 3 4 5 >