B::JVM::Utils

B::JVM::Utils is a Perl module that contains utility functions for B::JVM.
Download

B::JVM::Utils Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Bradley M. Kuhn
  • Publisher web site:
  • http://search.cpan.org/~bkuhn/B-JVM-Jasmin-0.02/lib/B/JVM/Utils.pm

B::JVM::Utils Tags


B::JVM::Utils Description

B::JVM::Utils is a Perl module that contains utility functions for B::JVM. B::JVM::Utils is a Perl module that contains utility functions for B::JVM.SYNOPSIS use B::JVM::Utils qw(method1 method2);This package is a set of utilties that are useful when compiling Perl to the JVM architecture. They are a hodgepodge of utilties that don't really fit anywhere else.B::JVM::Jasmin::Utils Package Variables$VERSIONVersion number of B::JVM::Utils. For now, it should always match the version of B::JVM::Jasmin@EXPORT_OKAll the methods that one can grab from B::JVM::Utils.@EXPORTWe don't export anything by default.Modules used by B::JVM::UtilsCarpUsed for error reportingMethods in B::JVM::UtilsB::JVM::ExtractMethodDatausage: B::JVM::ExtractMethodData(METHOD_STRING)Takes a string that is believed to a valid method string for a JVM method, and if it is a valid method string, returns a hash reference that looks like: { methodName => NAME_OF_THE_METHOD, returnType => TYPE_ID_OF_RETURN_TYPE, argumentTypes => } An undefined value is returned if the method string is not valid.B::JVM::Utils::IsValidMethodStringusage: B::JVM::Utils::IsValidMethodString(METHOD_STRING)Takes a string that is believed to a valid method name for a JVM method, and returns a true iff. the METHOD_STRING is a valid JVM method nameB::JVM::Utilsusage: B::JVM::Utils:IsValidTypeIdentifier(TYPE_ID)Takes a string that is believed to a valid type identifitier name on the JVM, and returns a true iff. the TYPE_ID is a valid JVM type identifier Requirements: · Perl


B::JVM::Utils Related Software