Manpages

Manpage of JV-SCAN

JV-SCAN

Section: GNU (1)
Updated: 2002-04-08
Index
Return to Main Contents
 

NAME

jv-scan - print information about Java source file  

SYNOPSIS

jv-scan [--complexity] [--encoding=name]
    [--print-main] [--list-class] [--list-filename]
    [--version] [--help]
    [-o fileinputfile...  

DESCRIPTION

The "jv-scan" program can be used to print information about a Java source file (.java file).  

OPTIONS

--complexity
This prints a complexity measure, related to cyclomatic complexity, for each input file.
--encoding=name
This works like the corresponding "gcj" option.
--print-main
This prints the name of the class in this file containing a "main" method.
--list-class
This lists the names of all classes defined in the input files.
--list-filename
If "--list-class" is given, this option causes "jv-scan" to also print the name of the file in which each class was found.
-o file
Print output to the named file.
--help
Print help, then exit.
--version
Print version number, then exit.
 

SEE ALSO

gcc(1), gcj(1), gcjh(1), gij(1), jcf-dump(1), and the Info entries for gcj and gcc.  

COPYRIGHT

Copyright (C) 2001 Free Software Foundation, Inc.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the Invariant Sections being ``GNU General Public License'', the Front-Cover texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the section entitled ``GNU Free Documentation License''.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
COPYRIGHT

This document was created by man2html, using the manual pages.
Time: 12:17:07 GMT, March 28, 2024