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