public class ClassfileBinaryParser extends Object
Constructor and Description |
---|
ClassfileBinaryParser() |
Modifier and Type | Method and Description |
---|---|
static void |
readClassInfoFromClassfileHeader(String relativePath,
InputStream inputStream,
ClassInfo classInfo,
HashMap<String,HashMap<String,StaticFinalFieldMatchProcessor>> classNameToStaticFieldnameToMatchProcessor)
Directly examine contents of classfile binary header, and write the information obtained into the classInfo
out-parameter.
|
public static void readClassInfoFromClassfileHeader(String relativePath, InputStream inputStream, ClassInfo classInfo, HashMap<String,HashMap<String,StaticFinalFieldMatchProcessor>> classNameToStaticFieldnameToMatchProcessor) throws IOException
IOException
Copyright © 2015. All rights reserved.