Package org.codehaus.commons.compiler.util
Utility functionality for this project.
-
Interface Summary Interface Description Benchmark.Reporter Interface used to report messages.Predicate<T> Producer<T> An object that produces someObject
each time theProducer.produce()
method is invoked. -
Class Summary Class Description Benchmark Implements a scheme for benchmarking, i.e. for determining and/or reporting the time elapsed between the beginning and the end of an activity.Disassembler Generates human-readable Java assembler code from Java bytecode.LineAndColumnTracker Keeps track of "line numbers" and "column numbers" while a char stream is being processed.Numbers Utility methods related toNumber
.ResourceFinderClassLoader AClassLoader
that uses aResourceFinder
to find ".class" files.StringPattern Implementation of a UNIX shell-like string pattern algorithm.StringUtil Utility methods related toString
.SystemProperties