Package | Description |
---|---|
org.apache.bcel.classfile |
This package contains the classes that describe the structure of a
Java class file and a class file parser.
|
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.
|
org.apache.bcel.verifier.statics |
Provides PassVerifier classes used internally by JustIce.
|
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 |
EmptyVisitor.visitLineNumber(LineNumber obj) |
void |
Visitor.visitLineNumber(LineNumber obj) |
void |
DescendingVisitor.visitLineNumber(LineNumber number) |
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 .
|
Modifier and Type | Method and Description |
---|---|
void |
StringRepresentation.visitLineNumber(LineNumber obj) |
Copyright © 2017. All rights reserved.