Package org.adoptopenjdk.jitwatch.model
Class MetaMethod
java.lang.Object
org.adoptopenjdk.jitwatch.model.AbstractMetaMember
org.adoptopenjdk.jitwatch.model.MetaMethod
- All Implemented Interfaces:
Comparable<IMetaMember>,IMetaMember
-
Field Summary
FieldsFields inherited from class org.adoptopenjdk.jitwatch.model.AbstractMetaMember
isPolymorphicSignature, isVarArgs, logger, metaClass, modifier, paramTypes, returnType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetParamTypes(List<Class<?>> types) voidsetReturnType(Class<?> returnType) toString()Methods inherited from class org.adoptopenjdk.jitwatch.model.AbstractMetaMember
addAssembly, checkPolymorphicSignature, compareTo, expandParam, expandParamRegEx, getAbbreviatedFullyQualifiedMemberName, getCompilation, getCompilationByAddress, getCompilationByCompileID, getCompilations, getCompiledAttribute, getCompiledAttributes, getFullyQualifiedMemberName, getInstructions, getLastCompilation, getMemberBytecode, getMemberName, getMetaClass, getModifier, getModifierString, getParamTypeNames, getQueuedAttribute, getQueuedAttributes, getReturnTypeName, getSelectedCompilation, getSourceMethodSignatureRegEx, isCompiled, isConstructor, matchesSignature, setCompiled, setSelectedCompilation, storeCompilation, toStringUnqualifiedMethodName