public class ClassfileBinaryParser extends Object
Constructor and Description |
---|
ClassfileBinaryParser(ScanSpec scanSpec,
ThreadLog log) |
Modifier and Type | Method and Description |
---|---|
ClassInfoUnlinked |
readClassInfoFromClassfileHeader(String relativePath,
InputStream inputStream,
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 ClassInfoUnlinked readClassInfoFromClassfileHeader(String relativePath, InputStream inputStream, Map<String,HashSet<String>> classNameToStaticFinalFieldsToMatch, ConcurrentHashMap<String,String> stringInternMap) throws IOException
IOException
Copyright © 2016. All rights reserved.