Uses of Interface
com.github.javaparser.utils.SourceZip.Callback
Packages that use SourceZip.Callback
-
Uses of SourceZip.Callback in com.github.javaparser.utils
Methods in com.github.javaparser.utils with parameters of type SourceZip.CallbackModifier and TypeMethodDescriptionSourceZip.parse
(SourceZip.Callback callback) Tries to parse all '.java' files in the ZIP located at this SourceZip's path and returns the parse results in a list.