Uses of Class
kilim.analysis.ClassInfo
Packages that use ClassInfo
-
Uses of ClassInfo in kilim.analysis
Fields in kilim.analysis with type parameters of type ClassInfoModifier and TypeFieldDescriptionClassWeaver.classInfoList(package private) static ThreadLocal<HashMap<String, ClassInfo>> ClassWeaver.stateClasses_Methods in kilim.analysis that return types with arguments of type ClassInfoMethods in kilim.analysis with parameters of type ClassInfo -
Uses of ClassInfo in kilim.tools
Methods in kilim.tools that return types with arguments of type ClassInfoModifier and TypeMethodDescriptionGiven 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 of invalid input: '<'className, byte[]> pairs.Analyzes the list of supplied classes and inserts Kilim-related bytecode if necessary.Methods in kilim.tools with parameters of type ClassInfoMethod parameters in kilim.tools with type arguments of type ClassInfo