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
_
N
NameAndTypeEntry
- class com.techtrader.modules.tools.bytecode.lowlevel.
NameAndTypeEntry
.
Constant pool entry containing indexes referencing a name and a type.
NameAndTypeEntry()
- Constructor for class com.techtrader.modules.tools.bytecode.lowlevel.
NameAndTypeEntry
neg()
- Method in class com.techtrader.modules.tools.bytecode.
Code
This is a convenience method to invoke the proper math instruction if the type is not known at compile time.
NEW
- Static variable in interface com.techtrader.modules.tools.bytecode.
Constants
NEWARRAY
- Static variable in interface com.techtrader.modules.tools.bytecode.
Constants
newarray()
- Method in class com.techtrader.modules.tools.bytecode.
Code
NewArrayInstruction
- class com.techtrader.modules.tools.bytecode.
NewArrayInstruction
.
Represents a NEWARRAY instruction, which is used to create new arrays of primitive types.
NewArrayInstruction(Code)
- Constructor for class com.techtrader.modules.tools.bytecode.
NewArrayInstruction
newins()
- Method in class com.techtrader.modules.tools.bytecode.
Code
next()
- Method in class com.techtrader.modules.tools.bytecode.
Code
Return the next instruction.
nextIndex()
- Method in class com.techtrader.modules.tools.bytecode.
Code
Return the index of the next instruction, or size() if at end.
NOP
- Static variable in interface com.techtrader.modules.tools.bytecode.
Constants
nop()
- 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
_