Global Package
Inheritance Tree
Inheritance Graph
Name Index
module
Synopsis
.
Processors
.
Comments
.
Filter
class JavaFilter
File:
../Synopsis/Processors/Comments/Filter.py
A class that selects java /** style comments
Class attributes Summary:
java
line
Methods Summary:
__init__
(
self
)
filter_comment
(
self
,
comment
)
Finds comments in the java format.
Class attributes Inherited from Filter
visit_builtin
Methods Inherited from Filter
process
,
visit_declaration
Methods Details:
__init__
(
self
)
Compiles the regular expressions
filter_comment
(
self
,
comment
)
Finds comments in the java format. The format is /** ... */, and it has to cater for all four line forms: "/** ...", " * ...", " */" and the one-line "/** ... */".
Generated on Thu Apr 16 16:27:07 2009 by
synopsis
(version devel)