| Package | Description |
|---|---|
| org.hotswap.agent.plugin.jvm |
| Modifier and Type | Method and Description |
|---|---|
AnonymousClassInfo |
AnonymousClassInfos.getAnonymousClassInfo(String className)
Returns stored info of an anonymous class
|
| Modifier and Type | Method and Description |
|---|---|
Map<AnonymousClassInfo,AnonymousClassInfo> |
AnonymousClassInfos.getCompatibleTransitions()
Returns calculated compatible transitions.
|
Map<AnonymousClassInfo,AnonymousClassInfo> |
AnonymousClassInfos.getCompatibleTransitions()
Returns calculated compatible transitions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AnonymousClassInfo.matchClassSignature(AnonymousClassInfo other)
The least matching variant - same class signature can be still resolved by hotswap.
|
boolean |
AnonymousClassInfo.matchExact(AnonymousClassInfo other)
Exact match including enclosing method.
|
boolean |
AnonymousClassInfo.matchSignatures(AnonymousClassInfo other)
Exact match of class, interfaces, declared methods and fields.
|
Copyright © 2018. All rights reserved.