Uses of Class
org.hotswap.agent.plugin.jvm.AnonymousClassInfo
-
Packages that use AnonymousClassInfo Package Description org.hotswap.agent.plugin.jvm -
-
Uses of AnonymousClassInfo in org.hotswap.agent.plugin.jvm
Methods in org.hotswap.agent.plugin.jvm that return AnonymousClassInfo Modifier and Type Method Description AnonymousClassInfoAnonymousClassInfos. getAnonymousClassInfo(String className)Returns stored info of an anonymous classMethods in org.hotswap.agent.plugin.jvm that return types with arguments of type AnonymousClassInfo Modifier and Type Method Description Map<AnonymousClassInfo,AnonymousClassInfo>AnonymousClassInfos. getCompatibleTransitions()Returns calculated compatible transitions.Map<AnonymousClassInfo,AnonymousClassInfo>AnonymousClassInfos. getCompatibleTransitions()Returns calculated compatible transitions.Methods in org.hotswap.agent.plugin.jvm with parameters of type AnonymousClassInfo Modifier and Type Method Description booleanAnonymousClassInfo. matchClassSignature(AnonymousClassInfo other)The least matching variant - same class signature can be still resolved by hotswap.booleanAnonymousClassInfo. matchExact(AnonymousClassInfo other)Exact match including enclosing method.booleanAnonymousClassInfo. matchSignatures(AnonymousClassInfo other)Exact match of class, interfaces, declared methods and fields.
-