This file is indexed.

/usr/share/doc/javacc/examples/JavaGrammars/1.5/README is in javacc-doc 5.0-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
This directory contains the JavaCC grammar for parsing (the proposed)
JDK 1.5 Java language syntax. It handles generics, new for loops, static
imports and annotation types.

BUILDING
--------

Just run

   ant

in this directory and it will build the parser.


RUNNING
-------

You can run the parser directly using

   java JavaParser <fileName>

or there is a new Main class that accepts @<fileName> where the
file with <fileName> contains list of files one per line:

   java Main @<fileName>

REPORTING BUGS
--------------

If you find bugs in the grammar, please file an issue at
javacc.dev.java.net, by logging in and clicking on the 'Issue Tracking'
link on the navigation bar on the left side. You can also send email to:
sreeni@viswanadha.net.