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

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

Introduction

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

The text is from its open source code.

Subclass

org.eclipse.jdt.internal.compiler.ClassFile has subclasses.
Click this link to see all its subclasses.

Constructor

ClassFile()
INTERNAL USE-ONLY This methods creates a new instance of the receiver.

Method

char[]fileName()
INTERNAL USE-ONLY This methods returns a char[] representing the file name of the receiver
byte[]getBytes()
EXTERNAL API Answer the actual bytes of the class file This method encodes the receiver structure into a byte array which is the content of the classfile.
char[][]getCompoundName()
EXTERNAL API Answer the compound name of the class file.
ClassFileouterMostEnclosingClassFile()
INTERNAL USE-ONLY Returns the most enclosing classfile of the receiver.