|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.editor.LocalVariableTypeTableAttributeEditor
public class LocalVariableTypeTableAttributeEditor
This class can add local variables to a given local variable type table attribute. Local variable types to be added must have been filled out beforehand.
| Constructor Summary | |
|---|---|
LocalVariableTypeTableAttributeEditor(LocalVariableTypeTableAttribute targetLocalVariableTypeTableAttribute)
Creates a new LocalVariableTypeTableAttributeEditor that will edit line numbers in the given line number table attribute. |
|
| Method Summary | |
|---|---|
void |
addLocalVariableTypeInfo(LocalVariableTypeInfo localVariableTypeInfo)
Adds a given line number to the line number table attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalVariableTypeTableAttributeEditor(LocalVariableTypeTableAttribute targetLocalVariableTypeTableAttribute)
| Method Detail |
|---|
public void addLocalVariableTypeInfo(LocalVariableTypeInfo localVariableTypeInfo)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||