public interface ModifierResolver
Modifier and Type | Interface and Description |
---|---|
static class |
ModifierResolver.Desynchronizing
Resolves a modifier as it is defined by the method itself but strips any
synchronized modifier. |
static class |
ModifierResolver.Simple
Resolves a modifier as it is defined by the method itself.
|
Modifier and Type | Method and Description |
---|---|
int |
transform(MethodDescription methodDescription,
boolean implemented)
Resolves a modifier for a given method.
|
int transform(MethodDescription methodDescription, boolean implemented)
methodDescription
- The method for which a modifier is to be resolved.implemented
- true
if the method is implemented.MethodDescription.getAdjustedModifiers(boolean)
Copyright © 2014–2015. All rights reserved.