java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
Bekannte direkte Unterklassen:
AnnotationInfo, ClassFileReader, FieldInfo, InnerClassInfo, MethodInfo, ModuleInfo, RecordComponentInfo, TypeAnnotationInfo

public abstract class ClassFileStruct extends Object
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    ClassFileStruct(byte[] classFileBytes, int[] offsets, int offset)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    double
    doubleAt(int relativeOffset)
     
    float
    floatAt(int relativeOffset)
     
    int
    i4At(int relativeOffset)
     
    long
    i8At(int relativeOffset)
     
    protected void
     
    int
    u1At(int relativeOffset)
     
    int
    u2At(int relativeOffset)
     
    long
    u4At(int relativeOffset)
     
    char[]
    utf8At(int relativeOffset, int bytesAvailable)
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • ClassFileStruct

      public ClassFileStruct(byte[] classFileBytes, int[] offsets, int offset)
  • Methodendetails

    • doubleAt

      public double doubleAt(int relativeOffset)
    • floatAt

      public float floatAt(int relativeOffset)
    • i4At

      public int i4At(int relativeOffset)
    • i8At

      public long i8At(int relativeOffset)
    • reset

      protected void reset()
    • u1At

      public int u1At(int relativeOffset)
    • u2At

      public int u2At(int relativeOffset)
    • u4At

      public long u4At(int relativeOffset)
    • utf8At

      public char[] utf8At(int relativeOffset, int bytesAvailable)