compiler 重构

This commit is contained in:
AriaLyy
2017-09-07 21:43:47 +08:00
parent ac99cc581f
commit 3574531d8d
31 changed files with 1103 additions and 912 deletions

View File

@@ -20,6 +20,7 @@ package com.arialyy.compiler;
* 扫描器常量
*/
interface ProxyConstance {
boolean DEBUG = false;
/**
* 设置观察者的方法
*/
@@ -41,6 +42,7 @@ interface ProxyConstance {
String COUNT_DOWNLOAD = "download";
String COUNT_DOWNLOAD_GROUP = "downloadGroup";
String COUNT_DOWNLOAD_GROUP_SUB = "downloadGroupSub";
String COUNT_UPLOAD = "upload";
String COUNT_METHOD_DOWNLOAD = "getDownloadCounter";