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