protected static class FieldProxy.Binder.FieldLocator.Illegal extends FieldProxy.Binder.FieldLocator
FieldProxy.Binder.FieldLocator.Illegal, FieldProxy.Binder.FieldLocator.Legal, FieldProxy.Binder.FieldLocator.LookupEngine, FieldProxy.Binder.FieldLocator.Resolution
Modifier | Constructor and Description |
---|---|
protected |
Illegal() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
protected FieldProxy.Binder.FieldLocator.LookupEngine |
lookup(TypeDescription typeDescription,
TypeDescription instrumentedType)
Locates a field of a given name on a specific type.
|
String |
toString() |
of
protected FieldProxy.Binder.FieldLocator.LookupEngine lookup(TypeDescription typeDescription, TypeDescription instrumentedType)
FieldProxy.Binder.FieldLocator
lookup
in class FieldProxy.Binder.FieldLocator
typeDescription
- The type which defines the field or a representation of void
for
looking up a type implicitly within the type hierarchy.instrumentedType
- The instrumented type from which a field is to be accessed.Copyright © 2014–2015. All rights reserved.