TechTrader Bytecode Toolkit
A B C D E F G H I J L M N O P R S T U V W X _

P

PlaceHolderEntry - class com.techtrader.modules.tools.bytecode.lowlevel.PlaceHolderEntry.
The PlaceHolderEntry is inserted into the constant pool after LongEntries and DoubleEntries to maintain the proper indexing, as these types take up 2 indeces in the constant pool.
PlaceHolderEntry() - Constructor for class com.techtrader.modules.tools.bytecode.lowlevel.PlaceHolderEntry
 
POP - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
pop() - Method in class com.techtrader.modules.tools.bytecode.Code
 
POP2 - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
pop2() - Method in class com.techtrader.modules.tools.bytecode.Code
 
PrettyPrintVisitor - class com.techtrader.modules.tools.bytecode.visitor.PrettyPrintVisitor.
Visitor type that outputs a detailed, formatted document of the visited entity; similar to the javap -c command but more detailed.
PrettyPrintVisitor() - Constructor for class com.techtrader.modules.tools.bytecode.visitor.PrettyPrintVisitor
Constructor; all pritning will go to stdout.
PrettyPrintVisitor(PrintWriter) - Constructor for class com.techtrader.modules.tools.bytecode.visitor.PrettyPrintVisitor
Constructor.
previous() - Method in class com.techtrader.modules.tools.bytecode.Code
Return the previous instruction.
previousIndex() - Method in class com.techtrader.modules.tools.bytecode.Code
Return the index of the previous instruction, or -1 if at beginning.
PUTFIELD - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
putfield() - Method in class com.techtrader.modules.tools.bytecode.Code
 
PutFieldInstruction - class com.techtrader.modules.tools.bytecode.PutFieldInstruction.
Represents the PUTFIELD or PUTSTATIC instruction.
PutFieldInstruction(Code, int) - Constructor for class com.techtrader.modules.tools.bytecode.PutFieldInstruction
 
PUTSTATIC - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
putstatic() - Method in class com.techtrader.modules.tools.bytecode.Code
 

TechTrader Bytecode Toolkit
A B C D E F G H I J L M N O P R S T U V W X _