Uses of Interface
org.openjdk.jmc.common.IMCType
-
Packages that use IMCType Package Description org.openjdk.jmc.common This package contains interfaces used in Mission Control to identify classes, methods, stack traces etc.org.openjdk.jmc.common.unit This package contains the data model for quantities and units.org.openjdk.jmc.common.util -
-
Uses of IMCType in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IMCType Modifier and Type Method Description IMCTypeIMCClassLoader. getType()Returns the type of the classloader.IMCTypeIMCMethod. getType()Returns the class this method is declared in.IMCTypeIMCOldObject. getType()The type of the object, as anIMCType -
Uses of IMCType in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit with type parameters of type IMCType Modifier and Type Field Description static ContentType<IMCType>UnitLookup. CLASS -
Uses of IMCType in org.openjdk.jmc.common.util
Classes in org.openjdk.jmc.common.util that implement IMCType Modifier and Type Class Description classMCTypeBase implementation of theIMCTypeinterface.Methods in org.openjdk.jmc.common.util that return IMCType Modifier and Type Method Description IMCTypeMCClassLoader. getType()IMCTypeMCMethod. getType()IMCTypeMCOldObject. getType()static IMCTypeMethodToolkit. typeFromBinaryJLS(String jlsType)Convert a binary Java type name according to The Java Language Specification, Section 13.1, into anIMCType.static IMCTypeMethodToolkit. typeFromReference(String refType)Convert a reference type according to The Java Virtual Machine Specification, Section 4.4.1, into anIMCType.Methods in org.openjdk.jmc.common.util with parameters of type IMCType Modifier and Type Method Description static StringFormatToolkit. getType(IMCType type, boolean qualified)Get the type name as a human readable string.Constructors in org.openjdk.jmc.common.util with parameters of type IMCType Constructor Description MCClassLoader(IMCType type, String name)Create a new classloader instance.MCMethod(IMCType type, String methodName, String formalDescriptor, Integer modifier, Boolean isNative)Create a new instance.MCOldObject(IQuantity address, IMCType type, String objectDescription, IMCOldObject referrer, String field, IQuantity fieldModifier, IQuantity arraySize, IQuantity arrayIndex)Create a new old object instance.
-