Java org.eclipse.jdt.internal.compiler.classfmt MethodInfo fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

intgetAnnotatedParametersCount()
IBinaryAnnotation[]getAnnotations()
char[][]getArgumentNames()
char[][]getExceptionTypeNames()
char[]getGenericSignature()
char[]getMethodDescriptor()
intgetModifiers()
Answer an int whose bits are set according the access constants defined by the VM spec.
char[]getSelector()
longgetTagBits()
booleanisClinit()
Answer true if the method is a class initializer, false otherwise.
booleanisConstructor()
Answer true if the method is a constructor, false otherwise.
intu2At(int relativeOffset)
longu4At(int relativeOffset)
char[]utf8At(int relativeOffset, int bytesAvailable)