public class ClassDiff extends Object
Modifier and Type | Method and Description |
---|---|
void |
diff(String dName,
int i1,
int i2) |
void |
diffCPEntry(String name,
ConstantPool.Entry e1,
ConstantPool.Entry e2) |
static void |
main(String[] args) |
void |
runDiff() |
public ClassDiff(String file1, String file2) throws IOException
IOException
public static void main(String[] args) throws IOException
IOException
public void runDiff()
public void diff(String dName, int i1, int i2)
public void diffCPEntry(String name, ConstantPool.Entry e1, ConstantPool.Entry e2)
Copyright © 2017. All rights reserved.