StackManipulation
s of this package are responsible for
accessing type or method members, i.e.See: Description
Interface | Description |
---|---|
FieldAccess.Defined |
Representation of a field access for which a getter and a putter can be created.
|
MethodInvocation.WithImplicitInvocationTargetType |
Represents a method invocation where the invocation type (static, virtual, special, interface) is derived
from the given method's description.
|
Enum | Description |
---|---|
FieldAccess |
An access representation to a given field.
|
MethodInvocation |
A builder for a method invocation.
|
MethodReturn |
A stack manipulation returning a value of a given type.
|
MethodVariableAccess |
A stack assignment that loads a method variable from a given index of the local variable array.
|
StackManipulation
s of this package are responsible for
accessing type or method members, i.e. reading and writing of fields, invoking of methods, access of local variables
within a method invocation or returning values from method invocations.Copyright © 2014. All rights reserved.