Skip to content

Releases: TeamworkGuy2/JParseCode

JParseCode 0.15.1

03 Mar 21:23
Compare
Choose a tag to compare

Changed

  • Update dependency jtext-parser@0.13.0
  • Add some test cases

JParseCode 0.15.0

03 Mar 21:22
Compare
Choose a tag to compare

Changed

Simplified class names and generic type signatures:

  • Changed AnnotationSig, BlockAst, MethodSig, CodeFileSrc, and CodeFileParsed to have public final properties and remove getters
  • CodeFileSrc language property type is now CodeLanguage, not a generic type parameter
  • CodeFileSrc doc property renamed astTree
  • CodeFileParsed, CodeTokenizerBuilder,
  • CodeFileParsed and ProjectClassSet added Intermediate implementations to existing Simple and Resolved implementations with simplified generic type parameters
  • Split ClassSig SimpleImpl and ResolvedImpl into separate files
  • Split MethodSig SimpleImpl and ResolvedImpl into separate MethodSigSimple and MethodSigResolved files