Package | Description |
---|---|
org.apache.bcel.generic |
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
|
Modifier and Type | Class and Description |
---|---|
class |
ANEWARRAY
ANEWARRAY - Create new array of references
|
class |
MULTIANEWARRAY
MULTIANEWARRAY - Create new mutidimensional array of references
|
class |
NEW
NEW - Create new object
|
class |
NEWARRAY
NEWARRAY - Create new array of basic type (int, short, ...)
|
Modifier and Type | Method and Description |
---|---|
void |
Visitor.visitAllocationInstruction(AllocationInstruction obj) |
void |
EmptyVisitor.visitAllocationInstruction(AllocationInstruction obj) |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.