Uses of Class
org.adoptopenjdk.jitwatch.model.MetaClass
Packages that use MetaClass
Package
Description
-
Uses of MetaClass in org.adoptopenjdk.jitwatch.loader
Methods in org.adoptopenjdk.jitwatch.loader that return MetaClassModifier and TypeMethodDescriptionstatic MetaClassBytecodeLoader.buildMetaClassFromClass(String fqClassName) -
Uses of MetaClass in org.adoptopenjdk.jitwatch.model
Classes in org.adoptopenjdk.jitwatch.model that implement interfaces with type arguments of type MetaClassFields in org.adoptopenjdk.jitwatch.model declared as MetaClassFields in org.adoptopenjdk.jitwatch.model with type parameters of type MetaClassMethods in org.adoptopenjdk.jitwatch.model that return MetaClassModifier and TypeMethodDescriptionIReadOnlyJITDataModel.buildAndGetMetaClass(Class<?> clazz) JITDataModel.buildAndGetMetaClass(Class<?> clazz) AbstractMetaMember.getMetaClass()IMetaMember.getMetaClass()PackageManager.getMetaClass(String className) Methods in org.adoptopenjdk.jitwatch.model that return types with arguments of type MetaClassMethods in org.adoptopenjdk.jitwatch.model with parameters of type MetaClassConstructors in org.adoptopenjdk.jitwatch.model with parameters of type MetaClassModifierConstructorDescriptionMetaConstructor(Constructor<?> constructor, MetaClass methodClass) MetaMethod(Method method, MetaClass methodClass) -
Uses of MetaClass in org.adoptopenjdk.jitwatch.ui.main
Fields in org.adoptopenjdk.jitwatch.ui.main declared as MetaClassModifier and TypeFieldDescriptionprivate MetaClassJITWatchUI.lastSelectedClassprivate MetaClassClassMemberList.metaClassprivate MetaClassJITWatchUI.selectedMetaClassMethods in org.adoptopenjdk.jitwatch.ui.main with parameters of type MetaClassModifier and TypeMethodDescriptionbooleanJITWatchUI.focusTreeOnClass(MetaClass metaClass, boolean unsetSelection) (package private) voidJITWatchUI.metaClassSelectedFromClassTree(MetaClass metaClass) voidClassMemberList.setMetaClass(MetaClass metaClass) -
Uses of MetaClass in org.adoptopenjdk.jitwatch.ui.triview
Methods in org.adoptopenjdk.jitwatch.ui.triview with parameters of type MetaClassModifier and TypeMethodDescriptionprivate booleanTriView.evaluateSameClass(boolean force, MetaClass previousClass, MetaClass memberClass) private voidTriView.processIfNotSameClass(boolean sameClass, MetaClass memberClass) voidTriView.setMetaClass(MetaClass metaClass) -
Uses of MetaClass in org.adoptopenjdk.jitwatch.util
Methods in org.adoptopenjdk.jitwatch.util that return MetaClassModifier and TypeMethodDescriptionstatic MetaClassParseUtil.lateLoadMetaClass(IReadOnlyJITDataModel model, String metaClassName)