Java org.eclipse.jdt.core.util IMethodInfo fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.util IMethodInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.util IMethodInfo.

The text is from its open source code.

Method

intgetAccessFlags()
Answer back the access flags of this method info as specified in the JVM specifications.
IClassFileAttribute[]getAttributes()
Answer back the collection of all attributes of the method info.
ICodeAttributegetCodeAttribute()
Answer the code attribute of this method info, null if none or if the decoding flag doesn't include METHOD_BODIES.
char[]getDescriptor()
Answer back the method descriptor of this method info as specified in the JVM specifications.
IExceptionAttributegetExceptionAttribute()
Answer the exception attribute of this method info, null is none.
char[]getName()
Answer back the name of this method info as specified in the JVM specifications.
booleanisConstructor()
Answer true if this method info represents a constructor, false otherwise.
booleanisDeprecated()
Answer true if this method info has a deprecated attribute, false otherwise.