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

Example usage for Java org.eclipse.jdt.internal.compiler.env IBinaryNestedType 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 IBinaryNestedType.

The text is from its open source code.

Method

char[]getEnclosingTypeName()
Answer the resolved name of the enclosing type in the class file format as specified in section 4.2 of the Java 2 VM spec.
intgetModifiers()
Answer an int whose bits are set according the access constants defined by the VM spec.
char[]getName()
Answer the resolved name of the member type in the class file format as specified in section 4.2 of the Java 2 VM spec.