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 

S

SALOAD - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
SASTORE - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
SerialVersionUIDAdder - Class in com.apptelemetry.apm.org.objectweb.asm.commons
A ClassVisitor that adds a serial version unique identifier to a class if missing.
SerialVersionUIDAdder(ClassVisitor) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.commons.SerialVersionUIDAdder
Creates a new SerialVersionUIDAdder.
setAppConfigName(String) - Static method in class com.apptelemetry.apm.conf.Config
 
setCurrentConfig(Preferences) - Method in class com.apptelemetry.apm.conf.APMPreferences
 
setFinished(boolean) - Method in class com.apptelemetry.apm.impl.TransportDataBlock
 
SetSyncMark(byte[]) - Static method in class com.apptelemetry.apm.APM
Call SetSyncMark to pass a synchronization handle you got from GetSyncMark for synchronizing the sequence of events.
SetSyncMark(byte[]) - Static method in class com.apptelemetry.apm.APM
Call SetSyncMark to pass a synchronization handle you got from GetSyncMark for synchronizing the sequence of events.
SetSyncMark(byte[]) - Method in class com.apptelemetry.apm.APMApplication
Call SetSyncMark to pass a synchronization handle you got from GetSyncMark for synchronizing the sequence of events.
SetSyncMark(byte[]) - Method in class com.apptelemetry.apm.APMApplication
Call SetSyncMark to pass a synchronization handle you got from GetSyncMark for synchronizing the sequence of events.
SetSyncMark(byte[]) - Method in class com.apptelemetry.apm.APMLibrary
 
SetSyncMark(byte[]) - Method in class com.apptelemetry.apm.APMLibrary
 
SetSyncMark(byte[]) - Method in interface com.apptelemetry.apm.IAPMLibrary
 
SetSyncMark(byte[]) - Method in interface com.apptelemetry.apm.IAPMLibrary
 
SetSyncMark(byte[]) - Method in class com.apptelemetry.apm.impl.TransportAPMLibrary
 
SHL - Static variable in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Constant for the math method.
shl(Type) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
 
SHORT - Static variable in class com.apptelemetry.apm.org.objectweb.asm.Type
The sort of the short type.
SHORT_TYPE - Static variable in class com.apptelemetry.apm.org.objectweb.asm.Type
The short type.
SHR - Static variable in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Constant for the math method.
shr(Type) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
 
SignatureReader - Class in com.apptelemetry.apm.org.objectweb.asm.signature
A type signature parser to make a signature visitor visit an existing signature.
SignatureReader(String) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.signature.SignatureReader
Constructs a SignatureReader for the given signature.
SignatureVisitor - Class in com.apptelemetry.apm.org.objectweb.asm.signature
A visitor to visit a generic signature.
SignatureVisitor(int) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.signature.SignatureVisitor
Constructs a new SignatureVisitor.
SignatureWriter - Class in com.apptelemetry.apm.org.objectweb.asm.signature
A signature visitor that generates signatures in string format.
SignatureWriter() - Constructor for class com.apptelemetry.apm.org.objectweb.asm.signature.SignatureWriter
Constructs a new SignatureWriter object.
SimpleRemapper - Class in com.apptelemetry.apm.org.objectweb.asm.commons
A Remapper using a Map to define its mapping.
SimpleRemapper(Map<String, String>) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.commons.SimpleRemapper
 
SimpleRemapper(String, String) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.commons.SimpleRemapper
 
SIPUSH - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
SKIP_CODE - Static variable in class com.apptelemetry.apm.org.objectweb.asm.ClassReader
Flag to skip method code.
SKIP_DEBUG - Static variable in class com.apptelemetry.apm.org.objectweb.asm.ClassReader
Flag to skip the debug information in the class.
SKIP_FRAMES - Static variable in class com.apptelemetry.apm.org.objectweb.asm.ClassReader
Flag to skip the stack map frames in the class.
stack - Variable in class com.apptelemetry.apm.org.objectweb.asm.commons.AnalyzerAdapter
List of the operand stack slots for current execution frame.
StaticInitMerger - Class in com.apptelemetry.apm.org.objectweb.asm.commons
A ClassVisitor that merges clinit methods into a single one.
StaticInitMerger(String, ClassVisitor) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.commons.StaticInitMerger
 
store(int, Type) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
 
storeArg(int) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to store the top stack value in the given method argument.
storeLocal(int) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to store the top stack value in the given local variable.
storeLocal(int, Type) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to store the top stack value in the given local variable.
SUB - Static variable in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Constant for the math method.
sub(Type) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
 
SUPER - Static variable in class com.apptelemetry.apm.org.objectweb.asm.signature.SignatureVisitor
Wildcard for a "super" type argument.
swap() - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates a SWAP instruction.
swap(Type, Type) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates the instructions to swap the top two stack values.
swap() - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
 
SWAP - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
SyncContext(byte[]) - Static method in class com.apptelemetry.apm.APM
Deprecated.
SyncContext(byte[]) - Static method in class com.apptelemetry.apm.APM
Deprecated.
SyncContext(byte[]) - Method in class com.apptelemetry.apm.APMApplication
Deprecated.
SyncContext(byte[]) - Method in class com.apptelemetry.apm.APMApplication
Deprecated.
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.