Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

jlex(1) [debian man page]

JLEX(1) 						      General Commands Manual							   JLEX(1)

NAME
jlex - lexical analyser generator for Java(tm) SYNOPSIS
jlex specfile DESCRIPTION
JLex takes the language specification in specfile and generates Java(tm) source code for a lexical analyser corresponding to the specifica- tion. The lexical analyzer source code is placed in a file whose name is the name of the JLex specification file, with the string ".java" added to the end. For example, if the JLex specification file is called foo.lex, the lexical analyzer source code file that JLex produces will be called foo.lex.java.) The resulting lexical analyzer source code should be compiled with a Java compiler. This produces a lexical analyzer class file, which can then be used in your application. If the default settings have not been changed, the lexical analyzer class will be called Yylex and the class files will named Yylex.class and Yytoken.class. For more information, see the JLex manual in /usr/share/doc/jlex/manual.html. SEE ALSO
/usr/share/doc/jlex/manual.html, /usr/share/doc/jlex/bugs.html, /usr/share/doc/jlex/README. DIAGNOSTICS
jlex produces diagnostic output to inform you of its progress. BUGS
See /usr/share/doc/jlex/bugs.html for information about known bugs in JLex. Please report bugs in the Debian version of JLex to the Debian bug tracking system in the first instance. Otherwise, please contact A. Appel <appel@princeton.edu>. AUTHOR
JLex was written by Elliot Joel Berk at Princeton University. It is now maintained by C. Scott Ananian. This manual page was written by Charles Briscoe-Smith <cpbs@debian.org>, modified by Colin Watson <cjwatson@debian.org>, and is hereby con- tributed to the Public Domain. Please see the file /usr/share/doc/jlex/copyright for more information. TRADEMARK ACKNOWLEDGEMENTS
"Java" is a trademark or registered trademark of Sun Microsystems, Inc. 6 Aug 2001 JLEX(1)

Check Out this Related Man Page

JFLEX(1)						      General Commands Manual							  JFLEX(1)

NAME
jflex - a lexical analyzer generator (also known as scanner generator) for Java SYNOPSIS
jflex <options> <input-files> DESCRIPTION
JFlex is a lexical analyzer generator (also known as scanner generator) for Java(tm), written in Java(tm). It is also a rewrite of the very useful tool JLex. JFlex is designed to work together with the LALR parser generator CUP, and the Java modification of Berkeley Yacc BYacc/J. It can also be used together with other parser generators like ANTLR or as a standalone tool. OPTIONS
-d <directory> write generated file to <directory> --skel <file> use external skeleton <file> --switch, --table, --pack set default code generation method --jlex strict JLex compatibility --nomin skip minimization step --nobak don't create backup files --dump display transition tables --dot write graphviz .dot files for the generated automata (alpha) --verbose, -v display generation progress messages (default) --quiet, -q display errors only --time display generation time statistics --version print the version number of this copy of jflex --info print system + JDK information --help, -h print this message AUTHOR
This manual page was written by Wolfgang Baer <WBaer@gmx.de>, for the Debian project (but may be used by others). October 2005 JFLEX(1)
Man Page

8 More Discussions You Might Find Interesting

1. AIX

need help on NMON in AIX

HI, I have downloaded nmon 3.3c nmon analyzer, and run the command on aix ./nmon -f After that I have terminated the process and found .nmon file. when i have tried to open that file in nmon analyzer i.e in excel I am getting the error "no valid input data nmon run may have failed" ... (8 Replies)
Discussion started by: manoj.solaris
8 Replies

2. UNIX for Dummies Questions & Answers

Problem with Java + Processing 'media language'.

Essentially processing is a programming language written in java. My university has decided to use it for it's first computer science subject. Now I am running Debian Lenny 5.04 on my IBM x31 laptop. I downloaded processing-1.1.tgz from processing.org and tar -zxvf-ed it then chmod +x the... (1 Reply)
Discussion started by: andrew1618
1 Replies

3. Shell Programming and Scripting

Lex: concatenating word into array of c-strings

Alright, so I'm writing a file for the lexical analyzer (lex). It will be used to check C code (collecting the identifiers and storing those names along with the line numbers the identifier was found on). I'm not used to 'C' so I'm having some difficulty. I am using a function (insertId()) to... (4 Replies)
Discussion started by: D2K
4 Replies

4. Homework & Coursework Questions

Lex: analyzing a C file and printing out identifiers and line numbers they're found on

Florida State University, Tallahassee, FL USA, Dr. Whalley, COP4342 1. The problem statement, all variables and given/known data: Create a lex specification file that reads a C source program that ignores keywords and collects all identifiers (regular variable names) and also displays the line... (3 Replies)
Discussion started by: D2K
3 Replies

5. AIX

Issue with nmon analysing

Dear Experts, Am using nmon analyser version 3.3g, and when i tried analyzing my current nmon file it was done successfully. But the problem is all my old nmon files are compressed. So i uncompressed and analyzed using the same analyzer. but got this error no valid input data! nmon run may... (8 Replies)
Discussion started by: jayadeava
8 Replies

6. Fedora

Clueless re Java: /opt vs. /usr/local

It seems this is a oft debated item, that's over my head. So here's what I've got: Java 7 set up at /opt/ but I really want it at /usr/local... What have I done? Have: Debian 7 (whezzy) with gnome, so what do I do to set things back where it should be? I guess this is a hot topic... (3 Replies)
Discussion started by: sas
3 Replies

7. Programming

Help with a Java code

Hi all I am currently learning Java (and Fortran!) on my own. I have written the following code but for some reason it does not work as it should import javax.swing.JOptionPane; class evenOdd { public static void main(String args) { String number, ans; int num; ... (4 Replies)
Discussion started by: faizlo
4 Replies

8. Infrastructure Monitoring

Awstats webserver analyser

Need assistance in troubleshooting I have configured awstats 7.3 version on RedHat linux and I am stuck at getting the updates from the website . Please let me know if anybody can give me some inputs I can see the webpages but it gives "Never updated (See 'Build/Update' on awstats_setup.html... (2 Replies)
Discussion started by: ajayram_arya
2 Replies