Java org.eclipse.jdt.internal.compiler.env IBinaryMethod fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.internal.compiler.env IBinaryMethod fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.internal.compiler.env IBinaryMethod.

The text is from its open source code.

Method

intgetAnnotatedParametersCount()
Answer the number of parameter annotations that can be retrieved using #getParameterAnnotations(int,char[]) .
IBinaryAnnotation[]getAnnotations()
Answer the runtime visible and invisible annotations for this method or null if none.
ObjectgetDefaultValue()
Return ClassSignature for a Class java.lang.Class .
char[][]getExceptionTypeNames()
Answer the resolved names of the exception types in the class file format as specified in section 4.2 of the Java 2 VM spec or null if the array is empty.
char[]getGenericSignature()
Answer the receiver's MethodSignature, which describes the type parameters, parameter types, return type, and exception types as specified in "4.7.9.1 Signatures" of the Java SE 8 VM spec.
char[]getMethodDescriptor()
Answer the receiver's method descriptor which describes the parameter & return types as specified in section 4.4.3 of the Java 2 VM spec.
char[]getSelector()
Answer the name of the method.
longgetTagBits()
Answer the tagbits set according to the bits for annotations.
booleanisClinit()
Answer whether the receiver represents a class initializer method.