Uses of Class
kilim.mirrors.Detector
Packages that use Detector
-
Uses of Detector in kilim.analysis
Fields in kilim.analysis declared as DetectorModifier and TypeFieldDescriptionprivate DetectorCallWeaver.detectorprivate final DetectorClassWriter.detectorKilimContext.detector(package private) final DetectorMethodFlow.detectorprivate DetectorMethodWeaver.detectorMethods in kilim.analysis with parameters of type DetectorModifier and TypeMethodDescriptionstatic StringTypeDesc.commonSuperType(Detector det, String oa, String ob) Merge the local variables and stack from the incoming frame into the current frame.Produces a new value (if necessary), if the instructions are different or the types are different.static StringGiven two type descriptors, it returns an appropriate merge: 1) If they are Array types, the result is a an array of the merged component types 2) If they are ref types, it returns the least common super type.Constructors in kilim.analysis with parameters of type DetectorModifierConstructorDescriptionCallWeaver(MethodWeaver mw, Detector d, BasicBlock aBB) ClassWriter(int flags, Detector detector) MethodFlow(ClassFlow classFlow, int access, String name, String desc, String signature, String[] exceptions, Detector detector) (package private)MethodWeaver(ClassWeaver cw, Detector detector, MethodFlow mf, boolean isSAM)