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 

G

GE - Static variable in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Constant for the ifCmp method.
generateCase(int, Label) - Method in interface com.apptelemetry.apm.org.objectweb.asm.commons.TableSwitchGenerator
Generates the code for a switch case.
generateDefault() - Method in interface com.apptelemetry.apm.org.objectweb.asm.commons.TableSwitchGenerator
Generates the code for the default switch case.
GeneratorAdapter - Class in com.apptelemetry.apm.org.objectweb.asm.commons
A MethodVisitor with convenient methods to generate code.
GeneratorAdapter(MethodVisitor, int, String, String) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Creates a new GeneratorAdapter.
GeneratorAdapter(int, Method, MethodVisitor) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Creates a new GeneratorAdapter.
GeneratorAdapter(int, Method, String, Type[], ClassVisitor) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Creates a new GeneratorAdapter.
get(String, String) - Method in class com.apptelemetry.apm.conf.APMPreferences
 
getAccess() - Method in class com.apptelemetry.apm.org.objectweb.asm.ClassReader
Returns the class's access flags (see Opcodes).
getAppConfig() - Static method in class com.apptelemetry.apm.conf.Config
 
getApplicationHandle() - Method in class com.apptelemetry.apm.impl.TransportDataBlock
 
getAppPreferences(String, String, String, String) - Static method in class com.apptelemetry.apm.conf.Config
 
getArgumentsAndReturnSizes(String) - Static method in class com.apptelemetry.apm.org.objectweb.asm.Type
Computes the size of the arguments and of the return value of a method.
getArgumentsAndReturnSizes() - Method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the size of the arguments and of the return value of methods of this type.
getArgumentTypes() - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.Method
Returns the argument types of the method described by this object.
getArgumentTypes(String) - Static method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the Java types corresponding to the argument types of the given method descriptor.
getArgumentTypes(Method) - Static method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the Java types corresponding to the argument types of the given method.
getArgumentTypes() - Method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the argument types of methods of this type.
getClassName(Object) - Static method in class com.apptelemetry.apm.Hook
 
getClassName(Object) - Static method in class com.apptelemetry.apm.Hook
 
getClassName() - Method in class com.apptelemetry.apm.org.objectweb.asm.ClassReader
Returns the internal name of the class (see getInternalName).
getClassName() - Method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the binary name of the class corresponding to this type.
getConnectionError() - Method in class com.apptelemetry.apm.impl.Transport
Get the connect error message.
getConnectionError() - Method in class com.apptelemetry.apm.impl.TransportFileTest
 
getConnectionError() - Method in class com.apptelemetry.apm.impl.TransportTCP
 
getConstructorDescriptor(Constructor<?>) - Static method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the descriptor corresponding to the given constructor.
GetContext() - Static method in class com.apptelemetry.apm.APM
Call GetContext to get a context handle, which can be passed to another threads or processes.
GetContext() - Static method in class com.apptelemetry.apm.APM
Call GetContext to get a context handle, which can be passed to another threads or processes.
GetContext() - Method in class com.apptelemetry.apm.APMApplication
Call GetContext to get a context handle, which can be passed to another threads or processes.
GetContext() - Method in class com.apptelemetry.apm.APMApplication
Call GetContext to get a context handle, which can be passed to another threads or processes.
GetContext() - Method in class com.apptelemetry.apm.APMLibrary
 
GetContext() - Method in class com.apptelemetry.apm.APMLibrary
 
GetContext() - Method in interface com.apptelemetry.apm.IAPMLibrary
 
GetContext() - Method in interface com.apptelemetry.apm.IAPMLibrary
 
GetContext() - Method in class com.apptelemetry.apm.impl.TransportAPMLibrary
 
getCreationTimestamp() - Method in class com.apptelemetry.apm.impl.TransportDataBlock
 
GetCurrent() - Static method in class com.apptelemetry.apm.APMApplication
 
GetCurrent() - Static method in class com.apptelemetry.apm.APMApplication
 
GetCurrentApplication() - Method in class com.apptelemetry.apm.APMLibrary
 
GetCurrentApplication() - Method in class com.apptelemetry.apm.APMLibrary
 
GetCurrentApplication() - Method in interface com.apptelemetry.apm.IAPMLibrary
 
GetCurrentApplication() - Method in interface com.apptelemetry.apm.IAPMLibrary
 
GetCurrentApplication() - Method in class com.apptelemetry.apm.impl.TransportAPMLibrary
 
getCurrentBlockLength() - Method in class com.apptelemetry.apm.impl.TransportDataBlock
 
getDeclaration() - Method in class com.apptelemetry.apm.org.objectweb.asm.util.TraceSignatureVisitor
 
getDesc() - Method in class com.apptelemetry.apm.org.objectweb.asm.Handle
Returns the descriptor of the field or method designated by this handle.
getDescriptor() - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.Method
Returns the descriptor of the method described by this object.
getDescriptor() - Method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the descriptor corresponding to this Java type.
getDescriptor(Class<?>) - Static method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the descriptor corresponding to the given Java type.
getDimensions() - Method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the number of dimensions of this array type.
getElementType() - Method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the type of the elements of this array type.
getExceptions() - Method in class com.apptelemetry.apm.org.objectweb.asm.util.TraceSignatureVisitor
 
getField(Type, String, Type) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to push the value of a non static field on the stack.
getfield(String, String, String) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
 
GETFIELD - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
getInt(String, int) - Method in class com.apptelemetry.apm.conf.APMPreferences
 
getInterfaces() - Method in class com.apptelemetry.apm.org.objectweb.asm.ClassReader
Returns the internal names of the class's interfaces (see getInternalName).
getInternalName() - Method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the internal name of the class corresponding to this object or array type.
getInternalName(Class<?>) - Static method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the internal name of the given class.
getItem(int) - Method in class com.apptelemetry.apm.org.objectweb.asm.ClassReader
Returns the start index of the constant pool item in b, plus one.
getItemCount() - Method in class com.apptelemetry.apm.org.objectweb.asm.ClassReader
Returns the number of constant pool items in b.
getLocalType(int) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Returns the type of the given local variable.
getMaxSize() - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.CodeSizeEvaluator
 
getMaxStringLength() - Method in class com.apptelemetry.apm.org.objectweb.asm.ClassReader
Returns the maximum length of the strings contained in the constant pool of the class.
getMessage() - Method in class com.apptelemetry.apm.APMCompatibilityInfo
 
getMessage() - Method in class com.apptelemetry.apm.APMCompatibilityInfo
 
getMethod(Method) - Static method in class com.apptelemetry.apm.org.objectweb.asm.commons.Method
Creates a new Method.
getMethod(Constructor<?>) - Static method in class com.apptelemetry.apm.org.objectweb.asm.commons.Method
Creates a new Method.
getMethod(String) - Static method in class com.apptelemetry.apm.org.objectweb.asm.commons.Method
Returns a Method corresponding to the given Java method declaration.
getMethod(String, boolean) - Static method in class com.apptelemetry.apm.org.objectweb.asm.commons.Method
Returns a Method corresponding to the given Java method declaration.
getMethodDescriptor(Type, Type...) - Static method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the descriptor corresponding to the given argument and return types.
getMethodDescriptor(Method) - Static method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the descriptor corresponding to the given method.
getMethodType(String) - Static method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the Java type corresponding to the given method descriptor.
getMethodType(Type, Type...) - Static method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the Java method type corresponding to the given argument and return types.
getMinSize() - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.CodeSizeEvaluator
 
getName() - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.Method
Returns the name of the method described by this object.
getName() - Method in class com.apptelemetry.apm.org.objectweb.asm.Handle
Returns the name of the field or method designated by this handle.
getNativeLibLoadErrorMsg() - Method in class com.apptelemetry.apm.APMLibrary
 
getNativeLibLoadErrorMsg() - Method in class com.apptelemetry.apm.APMLibrary
 
getNativeLibLoadErrorMsg() - Method in interface com.apptelemetry.apm.IAPMLibrary
 
getNativeLibLoadErrorMsg() - Method in interface com.apptelemetry.apm.IAPMLibrary
 
getNativeLibLoadErrorMsg() - Method in class com.apptelemetry.apm.impl.TransportAPMLibrary
 
getObjectType(String) - Static method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the Java type corresponding to the given internal name.
getOffset() - Method in class com.apptelemetry.apm.org.objectweb.asm.Label
Returns the offset corresponding to this label.
getOpcode(int) - Method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns a JVM instruction opcode adapted to this Java type.
getOrAllocateNextFreeDataBlock() - Method in class com.apptelemetry.apm.impl.Transport
1.
getOwner() - Method in class com.apptelemetry.apm.org.objectweb.asm.Handle
Returns the internal name of the field or method designed by this handle.
getReturnType() - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.Method
Returns the return type of the method described by this object.
getReturnType(String) - Static method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the Java type corresponding to the return type of the given method descriptor.
getReturnType(Method) - Static method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the Java type corresponding to the return type of the given method.
getReturnType() - Method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the return type of methods of this type.
getReturnType() - Method in class com.apptelemetry.apm.org.objectweb.asm.util.TraceSignatureVisitor
 
getRoot() - Static method in class com.apptelemetry.apm.conf.Config
 
getSize() - Method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the size of values of this type.
getSort() - Method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the sort of this Java type.
getStatic(Type, String, Type) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to push the value of a static field on the stack.
getstatic(String, String, String) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
 
GETSTATIC - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
getSuperName() - Method in class com.apptelemetry.apm.org.objectweb.asm.ClassReader
Returns the internal of name of the super class (see getInternalName).
GetSyncMark() - Static method in class com.apptelemetry.apm.APM
Call GetSyncMark to get a synchronization handle that can be passed to another thread or process to synchronize control flow.
GetSyncMark() - Static method in class com.apptelemetry.apm.APM
Call GetSyncMark to get a synchronization handle that can be passed to another thread or process to synchronize control flow.
GetSyncMark() - Method in class com.apptelemetry.apm.APMApplication
Call GetSyncMark to get a synchronization handle that can be passed to another thread or process to synchronize control flow.
GetSyncMark() - Method in class com.apptelemetry.apm.APMApplication
Call GetSyncMark to get a synchronization handle that can be passed to another thread or process to synchronize control flow.
GetSyncMark() - Method in class com.apptelemetry.apm.APMLibrary
 
GetSyncMark() - Method in class com.apptelemetry.apm.APMLibrary
 
GetSyncMark() - Method in interface com.apptelemetry.apm.IAPMLibrary
 
GetSyncMark() - Method in interface com.apptelemetry.apm.IAPMLibrary
 
GetSyncMark() - Method in class com.apptelemetry.apm.impl.TransportAPMLibrary
 
getTag() - Method in class com.apptelemetry.apm.org.objectweb.asm.Handle
Returns the kind of field or method designated by this handle.
getText() - Method in class com.apptelemetry.apm.org.objectweb.asm.util.Printer
Returns the text constructed by this visitor.
getThreadId() - Method in class com.apptelemetry.apm.impl.TransportDataBlock
 
getTransportQSize() - Method in class com.apptelemetry.apm.impl.Transport
 
getType(String) - Static method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the Java type corresponding to the given type descriptor.
getType(Class<?>) - Static method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the Java type corresponding to the given class.
getType(Constructor<?>) - Static method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the Java method type corresponding to the given constructor.
getType(Method) - Static method in class com.apptelemetry.apm.org.objectweb.asm.Type
Returns the Java method type corresponding to the given method.
GLOBAL_REGISTRATION_TIMEOUT - Static variable in class com.apptelemetry.apm.conf.Config
 
goTo(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to jump to the given label.
goTo(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
 
GOTO - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
GT - Static variable in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Constant for the ifCmp method.
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.