| Package | Description |
|---|---|
| proguard.classfile.attribute |
This package contains classes to represent the attributes inside class files.
|
| proguard.classfile.attribute.visitor |
This package contains visitors for attributes and their components.
|
| proguard.classfile.editor |
This package contains visitors to edit byte code.
|
| proguard.classfile.io |
This package contains classes for reading and writing class files.
|
| proguard.classfile.visitor |
This package contains interfaces and classes for processing class files from
the
package using
the visitor pattern. |
| proguard.optimize.peephole |
This package contains visitors that perform various peephole optimizations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedLineNumberInfo
This line number table entry contains additional information about its
source.
|
| Modifier and Type | Field and Description |
|---|---|
LineNumberInfo[] |
LineNumberTableAttribute.lineNumberTable |
| Modifier and Type | Method and Description |
|---|---|
LineNumberInfo |
LineNumberTableAttribute.getLineNumberInfo(int pc)
Returns the line number info corresponding to the given byte code
program counter.
|
| Constructor and Description |
|---|
LineNumberTableAttribute(int u2attributeNameIndex,
int u2lineNumberTableLength,
LineNumberInfo[] lineNumberTable)
Creates an initialized LineNumberTableAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineNumberRangeFinder.visitLineNumberInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
LineNumberInfo lineNumberInfo) |
void |
LineNumberInfoVisitor.visitLineNumberInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
LineNumberInfo lineNumberInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
LineNumberTableAttributeEditor.addLineNumberInfo(LineNumberInfo lineNumberInfo)
Adds a given line number to the line number table attribute.
|
void |
CodeAttributeComposer.appendLineNumber(LineNumberInfo lineNumberInfo)
Appends the given line number to the line number table.
|
int |
CodeAttributeComposer.insertLineNumber(int minimumIndex,
LineNumberInfo lineNumberInfo)
Inserts the given line number at the appropriate position in the line
number table.
|
int |
CodeAttributeComposer.insertLineNumber(LineNumberInfo lineNumberInfo)
Inserts the given line number at the appropriate position in the line
number table.
|
void |
CodeAttributeComposer.visitLineNumberInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
LineNumberInfo lineNumberInfo) |
void |
CodeAttributeEditor.visitLineNumberInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
LineNumberInfo lineNumberInfo) |
void |
LineNumberInfoAdder.visitLineNumberInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
LineNumberInfo lineNumberInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramClassReader.visitLineNumberInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
LineNumberInfo lineNumberInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassPrinter.visitLineNumberInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
LineNumberInfo lineNumberInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
LineNumberLinearizer.visitLineNumberInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
LineNumberInfo lineNumberInfo) |
void |
MethodInliner.visitLineNumberInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
LineNumberInfo lineNumberInfo) |
Copyright © 2015. All Rights Reserved.