Package org.adoptopenjdk.jitwatch.model
Class MetaMethod
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.model.AbstractMetaMember
-
- org.adoptopenjdk.jitwatch.model.MetaMethod
-
- All Implemented Interfaces:
java.lang.Comparable<IMetaMember>,IMetaMember
public class MetaMethod extends AbstractMetaMember
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringmethodToString-
Fields inherited from class org.adoptopenjdk.jitwatch.model.AbstractMetaMember
isPolymorphicSignature, isVarArgs, logger, metaClass, modifier, paramTypes, returnType
-
-
Constructor Summary
Constructors Constructor Description MetaMethod(java.lang.reflect.Method method, MetaClass methodClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetParamTypes(java.util.List<java.lang.Class<?>> types)voidsetReturnType(java.lang.Class<?> returnType)java.lang.StringtoString()-
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
-
-
-
-
Constructor Detail
-
MetaMethod
public MetaMethod(java.lang.reflect.Method method, MetaClass methodClass)
-
-