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

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

Introduction

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

The text is from its open source code.

Method

intgetAccessFlags()
Answer back the access flag of this inner classes attribute as specified in the JVM specifications.
char[]getInnerClassName()
Answer back the inner class name of this inner classes attribute as specified in the JVM specifications, null if inner class name index is equals to zero.