| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.bcel.external.classfile |
This package contains the classes that describe the structure of a
Java class file and a class file parser.
|
| 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 | Method and Description |
|---|---|
LineNumber |
LineNumber.copy() |
LineNumber[] |
LineNumberTable.getLineNumberTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
LineNumberTable.setLineNumberTable(LineNumber[] line_number_table) |
void |
DescendingVisitor.visitLineNumber(LineNumber number) |
void |
EmptyVisitor.visitLineNumber(LineNumber obj) |
void |
Visitor.visitLineNumber(LineNumber obj) |
| Constructor and Description |
|---|
LineNumber(LineNumber c)
Initialize from another object.
|
LineNumberTable(int name_index,
int length,
LineNumber[] line_number_table,
ConstantPool constant_pool) |
| Modifier and Type | Method and Description |
|---|---|
LineNumber |
LineNumberGen.getLineNumber()
Get LineNumber attribute .
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.