Uses of Interface
com.sun.jdi.Type
-
Packages that use Type 软件包 描述 com.sun.jdi 这是Java调试接口(JDI)的核心包,它定义了值,类型和目标VirtualMachine本身的镜像以及自举设备。 -
-
Uses of Type in com.sun.jdi
Subinterfaces of Type in com.sun.jdi Modifier and Type 接口 描述 interfaceArrayType提供对数组类的访问及其在目标虚拟机中的组件类型。interfaceBooleanType在目标VM中访问的所有原始boolean类型。interfaceByteType在目标VM中访问的所有原始字节值的类型。interfaceCharType在目标虚拟机中访问的所有原始字符值的类型。interfaceClassType目标VM中的类的镜像。interfaceDoubleType在目标VM中访问的所有原始双值的类型。interfaceFloatType在目标VM中访问的所有原始浮点值的类型。interfaceIntegerType在目标虚拟机中访问的所有原始int类型。interfaceInterfaceType目标虚拟机中的接口的镜像。interfaceLongType在目标VM中访问的所有原语long值的类型。interfacePrimitiveType与目标VM中的非对象值相关联的类型。interfaceReferenceType目标虚拟机中对象的类型。interfaceShortType在目标VM中访问的所有原始short类型。interfaceVoidType在目标虚拟机中访问的所有原始void类型为void。Methods in com.sun.jdi that return Type Modifier and Type 方法 描述 TypeArrayType. componentType()返回数组声明中指定的该数组的组件类型。TypeMethod. returnType()返回返回类型,如该方法的声明所指定。TypeField. type()返回此字段的类型。TypeLocalVariable. type()返回此变量的类型。TypeValue. type()返回此值的运行时类型。Methods in com.sun.jdi that return types with arguments of type Type Modifier and Type 方法 描述 List<Type>Method. argumentTypes()返回一个包含此方法的每个形式参数类型的列表。
-