Uses of Interface
com.sun.jdi.InterfaceType
-
Packages that use InterfaceType 软件包 描述 com.sun.jdi 这是Java调试接口(JDI)的核心包,它定义了值,类型和目标VirtualMachine本身的镜像以及自举设备。 -
-
Uses of InterfaceType in com.sun.jdi
Methods in com.sun.jdi that return types with arguments of type InterfaceType Modifier and Type 方法 描述 List<InterfaceType>
ClassType. allInterfaces()
获取由此类直接和间接实现的接口。List<InterfaceType>
ClassType. interfaces()
获取由此类直接实现的接口。List<InterfaceType>
InterfaceType. subinterfaces()
获取当前准备的接口,直接扩展该接口。List<InterfaceType>
InterfaceType. superinterfaces()
获取此接口直接扩展的接口。
-