| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.bcel.external.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 |
ArrayType
Denotes array type, such as int[][]
|
class |
ObjectType
Denotes reference such as java.lang.String.
|
| Modifier and Type | Field and Description |
|---|---|
static ReferenceType |
Type.NULL |
| Modifier and Type | Method and Description |
|---|---|
ReferenceType |
ReferenceType.firstCommonSuperclass(ReferenceType t)
Deprecated.
use getFirstCommonSuperclass(ReferenceType t) which has
slightly changed semantics.
|
ReferenceType |
ReferenceType.getFirstCommonSuperclass(ReferenceType t)
This commutative operation returns the first common superclass (narrowest ReferenceType
referencing a class, not an interface).
|
| Modifier and Type | Method and Description |
|---|---|
CHECKCAST |
InstructionFactory.createCheckCast(ReferenceType t) |
INSTANCEOF |
InstructionFactory.createInstanceOf(ReferenceType t) |
ReferenceType |
ReferenceType.firstCommonSuperclass(ReferenceType t)
Deprecated.
use getFirstCommonSuperclass(ReferenceType t) which has
slightly changed semantics.
|
ReferenceType |
ReferenceType.getFirstCommonSuperclass(ReferenceType t)
This commutative operation returns the first common superclass (narrowest ReferenceType
referencing a class, not an interface).
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.