Uses of Interface
com.sun.jdi.ClassType
-
Packages that use ClassType 软件包 描述 com.sun.jdi 这是Java调试接口(JDI)的核心包,它定义了值,类型和目标VirtualMachine本身的镜像 - 以及引导工具。 -
-
Uses of ClassType in com.sun.jdi
Methods in com.sun.jdi that return ClassType 变量和类型 方法 描述 ClassTypeClassType. superclass()获取此类的超类。Methods in com.sun.jdi that return types with arguments of type ClassType 变量和类型 方法 描述 List<ClassType>InterfaceType. implementors()获取当前准备的直接实现此接口的类。List<ClassType>ClassType. subclasses()获取此类的当前加载的直接子类。
-