This commit is contained in:
kamhung
2015-12-04 15:51:07 +08:00
parent f6cf06c741
commit 3aa995bf8b

View File

@@ -18,8 +18,9 @@ public class DebugMethodVisitor {
private boolean debug = false;
public void setDebug(boolean d) {
public DebugMethodVisitor setDebug(boolean d) {
debug = d;
return this;
}
private final Map<Label, Integer> labels = new LinkedHashMap<>();