Module rgg

Class CompiledRGGFilter

java.lang.Object
de.grogra.pf.io.FilterBase
de.grogra.rgg.model.CompiledRGGFilter
All Implemented Interfaces:
Filter, FilterSource, ObjectSource, RegistryContext, Map

public class CompiledRGGFilter extends FilterBase implements ObjectSource
An CompiledRGGFilter reads a byte stream representing a JAR file into a CompilationUnit.
Author:
Ole Kniemeyer
  • Constructor Details

    • CompiledRGGFilter

      public CompiledRGGFilter(FilterItem item, ReaderSource source)
      Constructs a new filter which transforms the input source into an instance of CompilationUnit which can be compiled afterwards.
      Parameters:
      item - the defining item for this filter within the registry, may be null
      source - the source from which the input stream of characters will be read
      See Also:
  • Method Details