Uses of Class
kilim.mirrors.Detector
-
Packages that use Detector Package Description kilim.analysis -
-
Uses of Detector in kilim.analysis
Fields in kilim.analysis declared as Detector Modifier and Type Field Description private DetectorCallWeaver. detectorprivate DetectorClassWriter. detectorDetectorKilimContext. detector(package private) DetectorMethodFlow. detectorprivate DetectorMethodWeaver. detectorMethods in kilim.analysis with parameters of type Detector Modifier and Type Method Description static java.lang.StringTypeDesc. commonSuperType(Detector det, java.lang.String oa, java.lang.String ob)FrameFrame. merge(Detector det, Frame inframe, boolean localsOnly, Usage usage)Merge the local variables and stack from the incoming frame into the current frame.ValueValue. merge(Detector det, Value other)Produces a new value (if necessary), if the instructions are different or the types are different.static java.lang.StringTypeDesc. mergeType(Detector det, java.lang.String a, java.lang.String b)Given 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 Detector Constructor Description CallWeaver(MethodWeaver mw, Detector d, BasicBlock aBB)ClassWriter(int flags, Detector detector)MethodFlow(ClassFlow classFlow, int access, java.lang.String name, java.lang.String desc, java.lang.String signature, java.lang.String[] exceptions, Detector detector)MethodWeaver(ClassWeaver cw, Detector detector, MethodFlow mf, boolean isSAM)
-