public class RelativeIntArrayCreation extends Object implements net.bytebuddy.implementation.Implementation
net.bytebuddy.implementation.Implementation.Compound, net.bytebuddy.implementation.Implementation.Context, net.bytebuddy.implementation.Implementation.Simple, net.bytebuddy.implementation.Implementation.SpecialMethodInvocation, net.bytebuddy.implementation.Implementation.Target| Constructor and Description |
|---|
RelativeIntArrayCreation(int length)
Specify the length
of the array to create
|
| Modifier and Type | Method and Description |
|---|---|
net.bytebuddy.implementation.bytecode.ByteCodeAppender |
appender(net.bytebuddy.implementation.Implementation.Target implementationTarget) |
static net.bytebuddy.implementation.bytecode.StackManipulation |
intCreationOfLength(int length)
Creates te stack manipulation for an array
of the given length
|
net.bytebuddy.dynamic.scaffold.InstrumentedType |
prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType) |
public RelativeIntArrayCreation(int length)
length - the length of the array to createpublic net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType)
prepare in interface net.bytebuddy.implementation.Implementationpublic net.bytebuddy.implementation.bytecode.ByteCodeAppender appender(net.bytebuddy.implementation.Implementation.Target implementationTarget)
appender in interface net.bytebuddy.implementation.Implementationpublic static net.bytebuddy.implementation.bytecode.StackManipulation intCreationOfLength(int length)
length - the length of the arrayCopyright © 2015. All Rights Reserved.