protected static interface ArrayFactory.ArrayCreator extends StackManipulation
Modifier and Type | Interface and Description |
---|---|
static class |
ArrayFactory.ArrayCreator.Primitive
An array creator implementation for primitive types.
|
static class |
ArrayFactory.ArrayCreator.Reference
An array creator implementation for reference types.
|
StackManipulation.Compound, StackManipulation.Size
Modifier and Type | Method and Description |
---|---|
int |
getStorageOpcode()
The opcode instruction for storing a value of the component type inside an array.
|
apply, isValid
Copyright © 2014. All rights reserved.