protected static class Field.Binder.FieldLocator.Illegal extends Field.Binder.FieldLocator
Field.Binder.FieldLocator.Illegal, Field.Binder.FieldLocator.Legal, Field.Binder.FieldLocator.LookupEngine, Field.Binder.FieldLocator.Resolution
Modifier | Constructor and Description |
---|---|
protected |
Illegal() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
protected Field.Binder.FieldLocator.LookupEngine |
lookup(TypeDescription typeDescription,
TypeDescription instrumentedType)
Locates a field of a given name on a specific type.
|
String |
toString() |
of
protected Field.Binder.FieldLocator.LookupEngine lookup(TypeDescription typeDescription, TypeDescription instrumentedType)
Field.Binder.FieldLocator
lookup
in class Field.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.