protected class FieldAccess.AccessDispatcher extends Object implements FieldAccess.Defined
| Modifier and Type | Class and Description |
|---|---|
protected class |
FieldAccess.AccessDispatcher.FieldGetInstruction
A reading field access operation.
|
protected class |
FieldAccess.AccessDispatcher.FieldPutInstruction
A writing field access operation.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AccessDispatcher(FieldDescription.InDefinedShape fieldDescription)
Creates a new access dispatcher.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
StackManipulation |
getter()
Creates a getter representation for a given field.
|
int |
hashCode() |
StackManipulation |
putter()
Creates a putter representation for a given field.
|
String |
toString() |
protected AccessDispatcher(FieldDescription.InDefinedShape fieldDescription)
fieldDescription - A description of the accessed field.public StackManipulation getter()
FieldAccess.Definedgetter in interface FieldAccess.Definedpublic StackManipulation putter()
FieldAccess.Definedputter in interface FieldAccess.DefinedCopyright © 2014–2016. All rights reserved.