public class ClassfileBinaryParser extends Object
Constructor and Description |
---|
ClassfileBinaryParser(ScanSpec scanSpec,
InterruptionChecker interruptionChecker,
Log.DeferredLog log) |
Modifier and Type | Method and Description |
---|---|
ClassInfoUnlinked |
readClassInfoFromClassfileHeader(InputStream inputStream,
String relativePath,
Map<String,HashSet<String>> classNameToStaticFinalFieldsToMatch,
ConcurrentHashMap<String,String> stringInternMap)
Directly examine contents of classfile binary header to determine annotations, implemented interfaces, the
super-class etc.
|
public ClassfileBinaryParser(ScanSpec scanSpec, InterruptionChecker interruptionChecker, Log.DeferredLog log)
public ClassInfoUnlinked readClassInfoFromClassfileHeader(InputStream inputStream, String relativePath, Map<String,HashSet<String>> classNameToStaticFinalFieldsToMatch, ConcurrentHashMap<String,String> stringInternMap) throws IOException
IOException
Copyright © 2016. All rights reserved.