# Style sheet for jr # # # This file is part of a2ps. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. If not, write to # the Free Software Foundation, 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # ## 1.1 Francois Kilchoer # Implemented Class/Interface decl as operator style Jr is version is 1.1 requires a2ps version 4.12a written by "Francois Kilchoer " first alphabet is "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_#$%" second alphabet is "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz._#$%" case sensitive documentation is "Documentation comments are mapped to strong comments, and any other" "comment is plain comment." end documentation keywords in Keyword are byte, float, int, short, char, void, boolean, double, long, null, this, true, false end keywords keywords in Keyword_strong are abstract, as, break, "by", byvalue, call, cap, "case", cast, catch, co, const, continue, default, do, else, elseafter, extends, final, finally, for, forward, future, generic, goto, handler, if, implements, import, inner, inni, instanceof, native, new, noop, op, operator, outer, P, package, private, process, protected, public, receive, remote, reply, rest, return, static, sem, send, st, super, switch, synchronized, throw, throws, transient, try, V, var, view, vm, volatile, while end keywords optional operators are -> \rightarrow, && \wedge, || \vee, != \neq, == \equiv, <<=, >>=, <= \leq, >= \geq, ! \not, [] end operators # Class/Interface declarations operators are (/(class|interface)/ # 1. Keyword /([[:space:]]+)/ # 2. Spaces /([^[:space:]]+)/ # 3. Class name \1 Keyword_strong, \2 Plain, \3 Label_strong) end operators sequences are "/*" Comment Comment "*/" Comment, "/**" Comment_strong Comment_strong "*/" Comment_strong, "//" Comment, C-string end sequences end style