public abstract class EntryPointCallStubMethod extends NonBytecodeStaticMethod
| Modifier | Constructor and Description |
|---|---|
protected |
EntryPointCallStubMethod(String name,
jdk.vm.ci.meta.ResolvedJavaType declaringClass,
jdk.vm.ci.meta.Signature signature,
jdk.vm.ci.meta.ConstantPool constantPool) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
Annotation[] |
getAnnotations() |
Annotation[] |
getDeclaredAnnotations() |
allowRuntimeCompilation, asStackTraceElement, canBeInlined, canBeStaticallyBound, getCode, getCodeSize, getConstantPool, getDeclaringClass, getEncoding, getExceptionHandlers, getGenericParameterTypes, getLineNumberTable, getLocalVariableTable, getMaxLocals, getMaxStackSize, getModifiers, getName, getParameterAnnotations, getParameters, getProfilingInfo, getSignature, getSpeculationLog, hasNeverInlineDirective, isBridge, isClassInitializer, isConstructor, isDefault, isInVirtualMethodTable, isSynthetic, isVarArgs, reprofile, shouldBeInlinedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameterAnnotation, getParameterAnnotations, getProfilingInfo, hasBytecodes, hasReceiver, isFinal, isJavaLangObjectInit, toParameterTypesisAbstract, isConcrete, isFinalFlagSet, isInterface, isNative, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isStrict, isSynchronized, isTransient, isVolatilegetAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType, isAnnotationPresentprotected EntryPointCallStubMethod(String name, jdk.vm.ci.meta.ResolvedJavaType declaringClass, jdk.vm.ci.meta.Signature signature, jdk.vm.ci.meta.ConstantPool constantPool)
public final <T extends Annotation> T getAnnotation(Class<T> annotationClass)
getAnnotation in interface AnnotatedElementgetAnnotation in class NonBytecodeStaticMethodpublic final Annotation[] getAnnotations()
getAnnotations in interface AnnotatedElementgetAnnotations in class NonBytecodeStaticMethodpublic final Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations in interface AnnotatedElementgetDeclaredAnnotations in class NonBytecodeStaticMethod