Uses of Class
kilim.analysis.ClassInfo
-
Packages that use ClassInfo Package Description kilim.analysis kilim.tools -
-
Uses of ClassInfo in kilim.analysis
Fields in kilim.analysis with type parameters of type ClassInfo Modifier and Type Field Description (package private) java.util.List<ClassInfo>ClassWeaver. classInfoList(package private) static java.lang.ThreadLocal<java.util.HashMap<java.lang.String,ClassInfo>>ClassWeaver. stateClasses_Methods in kilim.analysis that return types with arguments of type ClassInfo Modifier and Type Method Description java.util.List<ClassInfo>ClassWeaver. getClassInfos()Methods in kilim.analysis with parameters of type ClassInfo Modifier and Type Method Description (package private) voidClassWeaver. addClassInfo(ClassInfo ci) -
Uses of ClassInfo in kilim.tools
Methods in kilim.tools that return types with arguments of type ClassInfo Modifier and Type Method Description static java.util.List<ClassInfo>Javac. compile(java.util.List<java.lang.String> srcCodes)Given a list of file-scope java code (equivalent to a .java file, including package and import declarations), compile() invokes javac to compile them, produce classfiles and return a list ofpairs. java.util.List<ClassInfo>Weaver. weave(java.util.List<ClassInfo> classes)Analyzes the list of supplied classes and inserts Kilim-related bytecode if necessary.Methods in kilim.tools with parameters of type ClassInfo Modifier and Type Method Description static voidWeaver. writeClass(ClassInfo ci)Method parameters in kilim.tools with type arguments of type ClassInfo Modifier and Type Method Description private static voidJavac. addClasses(java.util.List<ClassInfo> ret, java.lang.String pkgName, java.io.File dir)java.util.List<ClassInfo>Weaver. weave(java.util.List<ClassInfo> classes)Analyzes the list of supplied classes and inserts Kilim-related bytecode if necessary.
-