Overview
Package
Class
Tree
Deprecated
Index
Help
TechTrader Bytecode Toolkit
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
_
B
BALOAD
- Static variable in interface com.techtrader.modules.tools.bytecode.
Constants
baload()
- Method in class com.techtrader.modules.tools.bytecode.
Code
BASTORE
- Static variable in interface com.techtrader.modules.tools.bytecode.
Constants
bastore()
- Method in class com.techtrader.modules.tools.bytecode.
Code
BCClass
- class com.techtrader.modules.tools.bytecode.
BCClass
.
Start here to understand this package.
BCClass()
- Constructor for class com.techtrader.modules.tools.bytecode.
BCClass
Default constructor.
BCClass(BCClass)
- Constructor for class com.techtrader.modules.tools.bytecode.
BCClass
Create a BCClass that is an exact copy of the given one.
BCClass(Class)
- Constructor for class com.techtrader.modules.tools.bytecode.
BCClass
Create a BCClass for the given Class type.
BCClass(File)
- Constructor for class com.techtrader.modules.tools.bytecode.
BCClass
Create a BCClass from the given .class file.
BCClass(InputStream)
- Constructor for class com.techtrader.modules.tools.bytecode.
BCClass
Create a BCClass from the given stream representing a .class file.
BCClass(String)
- Constructor for class com.techtrader.modules.tools.bytecode.
BCClass
Create a new BCClass with the given name.
BCEntity
- class com.techtrader.modules.tools.bytecode.
BCEntity
.
Abstract superclass for all complex bytecode entities.
BCEntity()
- Constructor for class com.techtrader.modules.tools.bytecode.
BCEntity
BCField
- class com.techtrader.modules.tools.bytecode.
BCField
.
Representation of a bytecode field of a class; a BCField can only be obtained from a BCClass.
BCField(BCClass)
- Constructor for class com.techtrader.modules.tools.bytecode.
BCField
Protected constructor.
BCMethod
- class com.techtrader.modules.tools.bytecode.
BCMethod
.
Representation of a bytecode method of a class; a BCMethod can only be obtained from a BCClass.
BCMethod(BCClass)
- Constructor for class com.techtrader.modules.tools.bytecode.
BCMethod
Protected constructor.
BCVisitor
- class com.techtrader.modules.tools.bytecode.visitor.
BCVisitor
.
Base class for visitors on a bytecode class.
BCVisitor()
- Constructor for class com.techtrader.modules.tools.bytecode.visitor.
BCVisitor
before(Instruction)
- Method in class com.techtrader.modules.tools.bytecode.
Code
Position the iterator just before the given instruction.
before(int)
- Method in class com.techtrader.modules.tools.bytecode.
Code
Place the iterator before the given list index.
beforeFirst()
- Method in class com.techtrader.modules.tools.bytecode.
Code
Reset the position of the instruction iterator to the first opcode.
BIPUSH
- Static variable in interface com.techtrader.modules.tools.bytecode.
Constants
bipush()
- Method in class com.techtrader.modules.tools.bytecode.
Code
Overview
Package
Class
Tree
Deprecated
Index
Help
TechTrader Bytecode Toolkit
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
_