Skip to content

JParseCode 0.15.0

Compare
Choose a tag to compare
@TeamworkGuy2 TeamworkGuy2 released this 03 Mar 21:22
· 22 commits to master since this release

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