NAME
Java::Javap - Java to Perl 6 API translator
SYNOPSIS
java2perl6 java.somepackage.Module
DESCRIPTION
See java2perl6
for instructions and advice on use of this module.
This particular module is only a place holder for the version number of this project (see below).
METHODS
For script writers, there is one method:
get_included_types
Call this as a class method.
Parameters: an abstract syntax tree you got from calling comp_unit an a Java::Javap::Grammar
object.
Returns: an array reference of the types in arguments to methods, or return values (thrown types are not reported).
SEE ALSO
java2perl6
Java::Javap::Generator
Java::Javap::Generator::Std
javap.grammar
AUTHOR
Philip Crow, <crow.phil@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2007 by Philip Crow
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.