Public Methods | |
LocalVariable (int start_pc, int length, int name_index, int signature_index, int index, ConstantPool constant_pool) | |
LocalVariable (LocalVariable c) | |
void | accept (Visitor v) |
LocalVariable | copy () |
final void | dump (DataOutputStream file) throws IOException |
final ConstantPool | getConstantPool () |
final int | getIndex () |
final int | getLength () |
final String | getName () |
final int | getNameIndex () |
final String | getSignature () |
final int | getSignatureIndex () |
final int | getStartPC () |
final void | setConstantPool (ConstantPool constant_pool) |
final void | setIndex (int index) |
final void | setLength (int length) |
final void | setNameIndex (int name_index) |
final void | setSignatureIndex (int signature_index) |
final void | setStartPC (int start_pc) |
final String | toString () |
LocalVariable (int start_pc, int length, int name_index, int signature_index, int index, ConstantPool constant_pool) | |
LocalVariable (LocalVariable c) | |
void | accept (Visitor v) |
LocalVariable | copy () |
final void | dump (DataOutputStream file) throws IOException |
final ConstantPool | getConstantPool () |
final int | getIndex () |
final int | getLength () |
final String | getName () |
final int | getNameIndex () |
final String | getSignature () |
final int | getSignatureIndex () |
final int | getStartPC () |
final void | setConstantPool (ConstantPool constant_pool) |
final void | setIndex (int index) |
final void | setLength (int length) |
final void | setNameIndex (int name_index) |
final void | setSignatureIndex (int signature_index) |
final void | setStartPC (int start_pc) |
final String | toString () |
Private Methods | |
LocalVariable (DataInputStream file, ConstantPool constant_pool) throws IOException | |
LocalVariable (DataInputStream file, ConstantPool constant_pool) throws IOException | |
Private Attributes | |
int | start_pc |
int | length |
int | name_index |
int | signature_index |
int | index |
ConstantPool | constant_pool |
Definition at line 14 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java.
|
Definition at line 33 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. |
|
Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy. Definition at line 48 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. |
|
Construct object from file stream.
Definition at line 57 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 33 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy. Definition at line 48 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Construct object from file stream.
Definition at line 57 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects.
Definition at line 71 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects.
Definition at line 71 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 77 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 77 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. Referenced by LocalVariableTable::copy().
|
|
Dump local variable to file stream in binary format.
Definition at line 90 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Dump local variable to file stream in binary format.
Definition at line 90 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. Referenced by LocalVariableTable::dump().
|
|
Definition at line 102 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 102 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. Referenced by LocalVariable().
|
|
Definition at line 106 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 106 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. Referenced by LocalVariable(), and MethodGen::MethodGen().
|
|
Definition at line 110 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 110 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. Referenced by LocalVariable(), and MethodGen::MethodGen().
|
|
Definition at line 114 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 114 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. Referenced by MethodGen::MethodGen().
|
|
Definition at line 123 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 123 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. Referenced by LocalVariable().
|
|
Definition at line 127 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 127 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. Referenced by MethodGen::MethodGen().
|
|
Definition at line 136 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 136 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. Referenced by LocalVariable().
|
|
Definition at line 140 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 140 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. Referenced by LocalVariable(), and MethodGen::MethodGen().
|
|
Definition at line 145 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 145 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 151 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 151 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 155 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 155 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 161 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 161 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 167 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 167 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 173 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 173 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 179 of file src/de/fub/bytecode/classfile/LocalVariable.java. |
|
Definition at line 179 of file lib/jpf/de/fub/bytecode/classfile/LocalVariable.java. |