Package | Description |
---|---|
net.bytebuddy.implementation.bytecode.member |
StackManipulation s of this package are responsible for
accessing type or method members, i.e. |
Class and Description |
---|
FieldAccess
An access representation to a given field.
|
FieldAccess.Defined
Representation of a field access for which a getter and a putter can be created.
|
MethodInvocation
A builder for a method invocation.
|
MethodInvocation.IllegalInvocation
An illegal implicit method invocation.
|
MethodInvocation.WithImplicitInvocationTargetType
Represents a method invocation where the invocation type (static, virtual, special, interface) is derived
from the given method's description.
|
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.
|
MethodVariableAccess.TypeCastingHandler
A handler for optionally applying a type casting for each method parameter that is loaded onto the operand
stack.
|
MethodVariableAccess.TypeCastingHandler.NoOp
A non-operative implementation of a
MethodVariableAccess.TypeCastingHandler
that merely returns the given stack manipulation. |
Copyright © 2014–2015. All rights reserved.