Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Releases: flaxel/parser

Parser 1.0.0

08 Jun 19:37

Choose a tag to compare

Added

  • fascades to analyze, transform and generate java code
  • filter:
    • collection for predicates, summarize it with disjunction or conjunction
    • example predicates
  • handler:
    • analyze: find something in a java class or list all classes + method calls
    • problem: print problems out to a stream
    • transform: rename something in a java class
  • generator:
    • methods: equals, hash, toString
    • pojo (plain old java object)
  • utils:
    • generation utils for (de-)capitalizing + create valid package names
    • general utils to assert empty collections
  • deployment for windows + linux