Releases: TeamworkGuy2/JParseCode
Releases · TeamworkGuy2/JParseCode
JParseCode 0.15.1
Changed
- Update dependency
jtext-parser@0.13.0
- Add some test cases
JParseCode 0.15.0
Changed
Simplified class names and generic type signatures:
- Changed
AnnotationSig
,BlockAst
,MethodSig
,CodeFileSrc
, andCodeFileParsed
to havepublic final
properties and remove getters - CodeFileSrc
language
property type is nowCodeLanguage
, not a generic type parameter - CodeFileSrc
doc
property renamedastTree
CodeFileParsed
,CodeTokenizerBuilder
,CodeFileParsed
andProjectClassSet
addedIntermediate
implementations to existingSimple
andResolved
implementations with simplified generic type parameters- Split ClassSig
SimpleImpl
andResolvedImpl
into separate files - Split MethodSig
SimpleImpl
andResolvedImpl
into separateMethodSigSimple
andMethodSigResolved
files