jv-scan(1)
NAME
jv-scan - print information about Java source file
SYNOPSIS
jv-scan [--complexity] [--encoding=name] [--print-main] [--list-class] [--list-filename] [--version] [--help] [-o file] inputfile...
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 cyclo
matic 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 con
taining 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), gfdl(7), and
the Info entries for gcj and gcc.
COPYRIGHT
Copyright (C) 2001, 2002 Free Software Foundation, Inc.
- Permission is granted to copy, distribute and/or modify
this document under the terms of the GNU Free Documenta
tion License, Version 1.1 or any later version published
by the Free Software Foundation; with the Invariant Sec
tions being ``GNU General Public License'', the FrontCover texts being (a) (see below), and with the Back-Cover
Texts being (b) (see below). A copy of the license is
included in the man page gfdl(7).