Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

T

T_BOOLEAN - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
T_BYTE - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
T_CHAR - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
T_DOUBLE - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
T_FLOAT - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
T_INT - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
T_LONG - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
T_SHORT - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
tableSwitch(int[], TableSwitchGenerator) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates the instructions for a switch statement.
tableSwitch(int[], TableSwitchGenerator, boolean) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates the instructions for a switch statement.
tableswitch(int, int, Label, Label...) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
 
TABLESWITCH - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
TableSwitchGenerator - Interface in com.apptelemetry.apm.org.objectweb.asm.commons
A code generator for switch statements.
tconst(Type) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
 
text - Variable in class com.apptelemetry.apm.org.objectweb.asm.util.Printer
The text to be printed.
Textifiable - Interface in com.apptelemetry.apm.org.objectweb.asm.util
An Attribute that can print a readable representation of itself.
Textifier - Class in com.apptelemetry.apm.org.objectweb.asm.util
A Printer that prints a disassembled view of the classes it visits.
Textifier() - Constructor for class com.apptelemetry.apm.org.objectweb.asm.util.Textifier
Constructs a new Textifier.
textify(StringBuffer, Map<Label, String>) - Method in interface com.apptelemetry.apm.org.objectweb.asm.util.Textifiable
Build a human readable representation of this attribute.
throwException() - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to throw an exception.
throwException(Type, String) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates the instructions to create and throw an exception.
toByteArray() - Method in class com.apptelemetry.apm.org.objectweb.asm.ClassWriter
Returns the bytecode of the class that was build with this class writer.
TOP - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
toString() - Method in class com.apptelemetry.apm.impl.TransportDataBlock
 
toString() - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.Method
 
toString() - Method in class com.apptelemetry.apm.org.objectweb.asm.Handle
Returns the textual representation of this handle.
toString() - Method in class com.apptelemetry.apm.org.objectweb.asm.Label
Returns a string representation of this label.
toString() - Method in class com.apptelemetry.apm.org.objectweb.asm.signature.SignatureWriter
Returns the signature that was built by this signature writer.
toString() - Method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns a string representation of this type.
TraceAnnotationVisitor - Class in com.apptelemetry.apm.org.objectweb.asm.util
An AnnotationVisitor that prints the annotations it visits with a Printer.
TraceAnnotationVisitor(Printer) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.util.TraceAnnotationVisitor
 
TraceAnnotationVisitor(AnnotationVisitor, Printer) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.util.TraceAnnotationVisitor
 
TraceClassVisitor - Class in com.apptelemetry.apm.org.objectweb.asm.util
A ClassVisitor that prints the classes it visits with a Printer.
TraceClassVisitor(PrintWriter) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.util.TraceClassVisitor
Constructs a new TraceClassVisitor.
TraceClassVisitor(ClassVisitor, PrintWriter) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.util.TraceClassVisitor
Constructs a new TraceClassVisitor.
TraceClassVisitor(ClassVisitor, Printer, PrintWriter) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.util.TraceClassVisitor
Constructs a new TraceClassVisitor.
TraceFieldVisitor - Class in com.apptelemetry.apm.org.objectweb.asm.util
A FieldVisitor that prints the fields it visits with a Printer.
TraceFieldVisitor(Printer) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.util.TraceFieldVisitor
 
TraceFieldVisitor(FieldVisitor, Printer) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.util.TraceFieldVisitor
 
TraceMethodVisitor - Class in com.apptelemetry.apm.org.objectweb.asm.util
A MethodVisitor that prints the methods it visits with a Printer.
TraceMethodVisitor(Printer) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.util.TraceMethodVisitor
 
TraceMethodVisitor(MethodVisitor, Printer) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.util.TraceMethodVisitor
 
TraceSignatureVisitor - Class in com.apptelemetry.apm.org.objectweb.asm.util
A SignatureVisitor that prints a disassembled view of the signature it visits.
TraceSignatureVisitor(int) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.util.TraceSignatureVisitor
 
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class com.apptelemetry.apm.impl.JavaAgent
 
transmitDataBlock(ByteBuffer, int) - Method in class com.apptelemetry.apm.impl.Transport
2.
transmitDataBlock(ByteBuffer, int) - Method in class com.apptelemetry.apm.impl.TransportTCP
 
Transport - Class in com.apptelemetry.apm.impl
Transport type independent layer - base class for different transport types (like TCP or HTTP).
Transport() - Constructor for class com.apptelemetry.apm.impl.Transport
 
TransportAPMLibrary - Class in com.apptelemetry.apm.impl
Implementation class of IAPMLibrary with connection to Transport layer instead of direct connection to native C-library.
TransportAPMLibrary(String) - Constructor for class com.apptelemetry.apm.impl.TransportAPMLibrary
Create a new transport-based APMLibrary with given transport type
TransportDataBlock - Class in com.apptelemetry.apm.impl
 
TransportDataBlock(ByteBuffer, int) - Constructor for class com.apptelemetry.apm.impl.TransportDataBlock
 
TransportFileTest - Class in com.apptelemetry.apm.impl
 
TransportFileTest(String) - Constructor for class com.apptelemetry.apm.impl.TransportFileTest
 
TransportTCP - Class in com.apptelemetry.apm.impl
 
type - Variable in class com.apptelemetry.apm.org.objectweb.asm.Attribute
The type of this attribute.
Type - Class in com.apptelemetry.apm.org.objectweb.asm
A Java field or method type.
TYPE_DECLARATION - Static variable in class com.apptelemetry.apm.org.objectweb.asm.util.Textifier
Constant used in appendDescriptor for field or method return value signatures, formatted in default Java notation (non-bytecode)
TYPES - Static variable in class com.apptelemetry.apm.org.objectweb.asm.util.Printer
The names of the for operand parameter values of the MethodVisitor.visitIntInsn(int, int) method when opcode is NEWARRAY.
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links

Copyright (c) Fabasoft R&D GmbH, Linz, Austria, 1988-2015.