Klasse BinaryTypeDescriptor

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.java.model.BinaryTypeDescriptor

public final class BinaryTypeDescriptor extends Object
Holds a lightweight identifier for an IBinaryType, with sufficient information to either read it from disk or read it from the index.
  • Felddetails

    • indexPath

      public final char[] indexPath
    • fieldDescriptor

      public final char[] fieldDescriptor
    • location

      public final char[] location
    • workspacePath

      public final char[] workspacePath
  • Konstruktordetails

    • BinaryTypeDescriptor

      public BinaryTypeDescriptor(char[] location, char[] fieldDescriptor, char[] workspacePath, char[] indexPath)
      Constructs a new descriptor
      Parameter:
      location - location where the archive (.jar or .class) can be found in the local filesystem
      fieldDescriptor - field descriptor for the type (see the JVM specification)
      workspacePath - location where the archive (.jar or class) can be found in the workspace. If it is not in the workspace, this is the path where it can be found on the local filesystem.
      indexPath - index path for the new type (workspace-or-local path to jar optionally followed by a | and a relative path within the .jar)
  • Methodendetails

    • isInJarFile

      public boolean isInJarFile()
    • toString

      public String toString()
      For debugging purposes only.
      Setzt außer Kraft:
      toString in Klasse Object