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