This commit is contained in:
2022-06-10 21:38:30 +09:00
commit 27f5152838
51323 changed files with 12934539 additions and 0 deletions
@@ -0,0 +1,29 @@
.class public interface abstract annotation Lorg/aspectj/internal/lang/annotation/ajcDeclareAnnotation;
.super Ljava/lang/Object;
.source "ajcDeclareAnnotation.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract annotation()Ljava/lang/String;
.end method
.method public abstract kind()Ljava/lang/String;
.end method
.method public abstract pattern()Ljava/lang/String;
.end method
@@ -0,0 +1,29 @@
.class public interface abstract annotation Lorg/aspectj/internal/lang/annotation/ajcDeclareEoW;
.super Ljava/lang/Object;
.source "ajcDeclareEoW.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract isError()Z
.end method
.method public abstract message()Ljava/lang/String;
.end method
.method public abstract pointcut()Ljava/lang/String;
.end method
@@ -0,0 +1,29 @@
.class public interface abstract annotation Lorg/aspectj/internal/lang/annotation/ajcDeclareParents;
.super Ljava/lang/Object;
.source "ajcDeclareParents.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract isExtends()Z
.end method
.method public abstract parentTypes()Ljava/lang/String;
.end method
.method public abstract targetTypePattern()Ljava/lang/String;
.end method
@@ -0,0 +1,23 @@
.class public interface abstract annotation Lorg/aspectj/internal/lang/annotation/ajcDeclarePrecedence;
.super Ljava/lang/Object;
.source "ajcDeclarePrecedence.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,26 @@
.class public interface abstract annotation Lorg/aspectj/internal/lang/annotation/ajcDeclareSoft;
.super Ljava/lang/Object;
.source "ajcDeclareSoft.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract exceptionType()Ljava/lang/String;
.end method
.method public abstract pointcut()Ljava/lang/String;
.end method
@@ -0,0 +1,29 @@
.class public interface abstract annotation Lorg/aspectj/internal/lang/annotation/ajcITD;
.super Ljava/lang/Object;
.source "ajcITD.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract modifiers()I
.end method
.method public abstract name()Ljava/lang/String;
.end method
.method public abstract targetType()Ljava/lang/String;
.end method
@@ -0,0 +1,18 @@
.class public interface abstract annotation Lorg/aspectj/internal/lang/annotation/ajcPrivileged;
.super Ljava/lang/Object;
.source "ajcPrivileged.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;
}
.end annotation
@@ -0,0 +1,67 @@
.class public Lorg/aspectj/lang/NoAspectBoundException;
.super Ljava/lang/RuntimeException;
.source "NoAspectBoundException.java"
# instance fields
.field public cause:Ljava/lang/Throwable;
# direct methods
.method public constructor <init>()V
.locals 0
.line 3
invoke-direct {p0}, Ljava/lang/RuntimeException;-><init>()V
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/lang/Throwable;)V
.locals 2
if-nez p2, :cond_0
goto :goto_0
.line 1
:cond_0
new-instance v0, Ljava/lang/StringBuffer;
invoke-direct {v0}, Ljava/lang/StringBuffer;-><init>()V
const-string v1, "Exception while initializing "
invoke-virtual {v0, v1}, Ljava/lang/StringBuffer;->append(Ljava/lang/String;)Ljava/lang/StringBuffer;
invoke-virtual {v0, p1}, Ljava/lang/StringBuffer;->append(Ljava/lang/String;)Ljava/lang/StringBuffer;
const-string p1, ": "
invoke-virtual {v0, p1}, Ljava/lang/StringBuffer;->append(Ljava/lang/String;)Ljava/lang/StringBuffer;
invoke-virtual {v0, p2}, Ljava/lang/StringBuffer;->append(Ljava/lang/Object;)Ljava/lang/StringBuffer;
invoke-virtual {v0}, Ljava/lang/StringBuffer;->toString()Ljava/lang/String;
move-result-object p1
:goto_0
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
.line 2
iput-object p2, p0, Lorg/aspectj/lang/NoAspectBoundException;->cause:Ljava/lang/Throwable;
return-void
.end method
# virtual methods
.method public getCause()Ljava/lang/Throwable;
.locals 1
.line 1
iget-object v0, p0, Lorg/aspectj/lang/NoAspectBoundException;->cause:Ljava/lang/Throwable;
return-object v0
.end method
@@ -0,0 +1,137 @@
.class public Lorg/aspectj/lang/SoftException;
.super Ljava/lang/RuntimeException;
.source "SoftException.java"
# static fields
.field private static final HAVE_JAVA_14:Z
# instance fields
.field public inner:Ljava/lang/Throwable;
# direct methods
.method public static constructor <clinit>()V
.locals 1
:try_start_0
const-string v0, "java.nio.Buffer"
.line 1
invoke-static {v0}, Ljava/lang/Class;->forName(Ljava/lang/String;)Ljava/lang/Class;
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
const/4 v0, 0x1
goto :goto_0
:catchall_0
const/4 v0, 0x0
.line 2
:goto_0
sput-boolean v0, Lorg/aspectj/lang/SoftException;->HAVE_JAVA_14:Z
return-void
.end method
.method public constructor <init>(Ljava/lang/Throwable;)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/RuntimeException;-><init>()V
.line 2
iput-object p1, p0, Lorg/aspectj/lang/SoftException;->inner:Ljava/lang/Throwable;
return-void
.end method
# virtual methods
.method public getCause()Ljava/lang/Throwable;
.locals 1
.line 1
iget-object v0, p0, Lorg/aspectj/lang/SoftException;->inner:Ljava/lang/Throwable;
return-object v0
.end method
.method public getWrappedThrowable()Ljava/lang/Throwable;
.locals 1
.line 1
iget-object v0, p0, Lorg/aspectj/lang/SoftException;->inner:Ljava/lang/Throwable;
return-object v0
.end method
.method public printStackTrace()V
.locals 1
.line 1
sget-object v0, Ljava/lang/System;->err:Ljava/io/PrintStream;
invoke-virtual {p0, v0}, Lorg/aspectj/lang/SoftException;->printStackTrace(Ljava/io/PrintStream;)V
return-void
.end method
.method public printStackTrace(Ljava/io/PrintStream;)V
.locals 2
.line 2
invoke-super {p0, p1}, Ljava/lang/Throwable;->printStackTrace(Ljava/io/PrintStream;)V
.line 3
iget-object v0, p0, Lorg/aspectj/lang/SoftException;->inner:Ljava/lang/Throwable;
.line 4
sget-boolean v1, Lorg/aspectj/lang/SoftException;->HAVE_JAVA_14:Z
if-nez v1, :cond_0
if-eqz v0, :cond_0
const-string v1, "Caused by: "
.line 5
invoke-virtual {p1, v1}, Ljava/io/PrintStream;->print(Ljava/lang/String;)V
.line 6
invoke-virtual {v0, p1}, Ljava/lang/Throwable;->printStackTrace(Ljava/io/PrintStream;)V
:cond_0
return-void
.end method
.method public printStackTrace(Ljava/io/PrintWriter;)V
.locals 2
.line 7
invoke-super {p0, p1}, Ljava/lang/Throwable;->printStackTrace(Ljava/io/PrintWriter;)V
.line 8
iget-object v0, p0, Lorg/aspectj/lang/SoftException;->inner:Ljava/lang/Throwable;
.line 9
sget-boolean v1, Lorg/aspectj/lang/SoftException;->HAVE_JAVA_14:Z
if-nez v1, :cond_0
if-eqz v0, :cond_0
const-string v1, "Caused by: "
.line 10
invoke-virtual {p1, v1}, Ljava/io/PrintWriter;->print(Ljava/lang/String;)V
.line 11
invoke-virtual {v0, p1}, Ljava/lang/Throwable;->printStackTrace(Ljava/io/PrintWriter;)V
:cond_0
return-void
.end method
@@ -0,0 +1,23 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/AdviceName;
.super Ljava/lang/Object;
.source "AdviceName.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,32 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/After;
.super Ljava/lang/Object;
.source "After.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/After;
argNames = ""
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract argNames()Ljava/lang/String;
.end method
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,41 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/AfterReturning;
.super Ljava/lang/Object;
.source "AfterReturning.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/AfterReturning;
argNames = ""
pointcut = ""
returning = ""
value = ""
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract argNames()Ljava/lang/String;
.end method
.method public abstract pointcut()Ljava/lang/String;
.end method
.method public abstract returning()Ljava/lang/String;
.end method
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,41 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/AfterThrowing;
.super Ljava/lang/Object;
.source "AfterThrowing.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/AfterThrowing;
argNames = ""
pointcut = ""
throwing = ""
value = ""
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract argNames()Ljava/lang/String;
.end method
.method public abstract pointcut()Ljava/lang/String;
.end method
.method public abstract throwing()Ljava/lang/String;
.end method
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,32 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/Around;
.super Ljava/lang/Object;
.source "Around.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/Around;
argNames = ""
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract argNames()Ljava/lang/String;
.end method
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,29 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/Aspect;
.super Ljava/lang/Object;
.source "Aspect.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/Aspect;
value = ""
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,32 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/Before;
.super Ljava/lang/Object;
.source "Before.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/Before;
argNames = ""
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract argNames()Ljava/lang/String;
.end method
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,26 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/DeclareAnnotation;
.super Ljava/lang/Object;
.source "DeclareAnnotation.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->CONSTRUCTOR:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,23 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/DeclareError;
.super Ljava/lang/Object;
.source "DeclareError.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,34 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/DeclareMixin;
.super Ljava/lang/Object;
.source "DeclareMixin.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/DeclareMixin;
interfaces = {
Ljava/lang/Object;
}
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract interfaces()[Ljava/lang/Class;
.end method
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,32 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/DeclareParents;
.super Ljava/lang/Object;
.source "DeclareParents.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/DeclareParents;
defaultImpl = Lorg/aspectj/lang/annotation/DeclareParents;
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract defaultImpl()Ljava/lang/Class;
.end method
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,23 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/DeclarePrecedence;
.super Ljava/lang/Object;
.source "DeclarePrecedence.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,23 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/DeclareWarning;
.super Ljava/lang/Object;
.source "DeclareWarning.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,33 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/Pointcut;
.super Ljava/lang/Object;
.source "Pointcut.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/Pointcut;
argNames = ""
value = ""
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract argNames()Ljava/lang/String;
.end method
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,25 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/SuppressAjWarnings;
.super Ljava/lang/Object;
.source "SuppressAjWarnings.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/SuppressAjWarnings;
value = {
""
}
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
# virtual methods
.method public abstract value()[Ljava/lang/String;
.end method
@@ -0,0 +1,151 @@
.class public final enum Lorg/aspectj/lang/reflect/AdviceKind;
.super Ljava/lang/Enum;
.source "AdviceKind.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lorg/aspectj/lang/reflect/AdviceKind;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lorg/aspectj/lang/reflect/AdviceKind;
.field public static final enum AFTER:Lorg/aspectj/lang/reflect/AdviceKind;
.field public static final enum AFTER_RETURNING:Lorg/aspectj/lang/reflect/AdviceKind;
.field public static final enum AFTER_THROWING:Lorg/aspectj/lang/reflect/AdviceKind;
.field public static final enum AROUND:Lorg/aspectj/lang/reflect/AdviceKind;
.field public static final enum BEFORE:Lorg/aspectj/lang/reflect/AdviceKind;
# direct methods
.method public static constructor <clinit>()V
.locals 11
.line 1
new-instance v0, Lorg/aspectj/lang/reflect/AdviceKind;
const-string v1, "BEFORE"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lorg/aspectj/lang/reflect/AdviceKind;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/aspectj/lang/reflect/AdviceKind;->BEFORE:Lorg/aspectj/lang/reflect/AdviceKind;
.line 2
new-instance v1, Lorg/aspectj/lang/reflect/AdviceKind;
const-string v3, "AFTER"
const/4 v4, 0x1
invoke-direct {v1, v3, v4}, Lorg/aspectj/lang/reflect/AdviceKind;-><init>(Ljava/lang/String;I)V
sput-object v1, Lorg/aspectj/lang/reflect/AdviceKind;->AFTER:Lorg/aspectj/lang/reflect/AdviceKind;
.line 3
new-instance v3, Lorg/aspectj/lang/reflect/AdviceKind;
const-string v5, "AFTER_RETURNING"
const/4 v6, 0x2
invoke-direct {v3, v5, v6}, Lorg/aspectj/lang/reflect/AdviceKind;-><init>(Ljava/lang/String;I)V
sput-object v3, Lorg/aspectj/lang/reflect/AdviceKind;->AFTER_RETURNING:Lorg/aspectj/lang/reflect/AdviceKind;
.line 4
new-instance v5, Lorg/aspectj/lang/reflect/AdviceKind;
const-string v7, "AFTER_THROWING"
const/4 v8, 0x3
invoke-direct {v5, v7, v8}, Lorg/aspectj/lang/reflect/AdviceKind;-><init>(Ljava/lang/String;I)V
sput-object v5, Lorg/aspectj/lang/reflect/AdviceKind;->AFTER_THROWING:Lorg/aspectj/lang/reflect/AdviceKind;
.line 5
new-instance v7, Lorg/aspectj/lang/reflect/AdviceKind;
const-string v9, "AROUND"
const/4 v10, 0x4
invoke-direct {v7, v9, v10}, Lorg/aspectj/lang/reflect/AdviceKind;-><init>(Ljava/lang/String;I)V
sput-object v7, Lorg/aspectj/lang/reflect/AdviceKind;->AROUND:Lorg/aspectj/lang/reflect/AdviceKind;
const/4 v9, 0x5
new-array v9, v9, [Lorg/aspectj/lang/reflect/AdviceKind;
aput-object v0, v9, v2
aput-object v1, v9, v4
aput-object v3, v9, v6
aput-object v5, v9, v8
aput-object v7, v9, v10
.line 6
sput-object v9, Lorg/aspectj/lang/reflect/AdviceKind;->$VALUES:[Lorg/aspectj/lang/reflect/AdviceKind;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lorg/aspectj/lang/reflect/AdviceKind;
.locals 1
.line 1
const-class v0, Lorg/aspectj/lang/reflect/AdviceKind;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lorg/aspectj/lang/reflect/AdviceKind;
return-object p0
.end method
.method public static values()[Lorg/aspectj/lang/reflect/AdviceKind;
.locals 1
.line 1
sget-object v0, Lorg/aspectj/lang/reflect/AdviceKind;->$VALUES:[Lorg/aspectj/lang/reflect/AdviceKind;
invoke-virtual {v0}, [Lorg/aspectj/lang/reflect/AdviceKind;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lorg/aspectj/lang/reflect/AdviceKind;
return-object v0
.end method
@@ -0,0 +1,141 @@
.class public final enum Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
.super Ljava/lang/Enum;
.source "DeclareAnnotation.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lorg/aspectj/lang/reflect/DeclareAnnotation;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "Kind"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
.field public static final enum Constructor:Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
.field public static final enum Field:Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
.field public static final enum Method:Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
.field public static final enum Type:Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
# direct methods
.method public static constructor <clinit>()V
.locals 9
.line 1
new-instance v0, Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
const-string v1, "Field"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;->Field:Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
new-instance v1, Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
const-string v3, "Method"
const/4 v4, 0x1
invoke-direct {v1, v3, v4}, Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;-><init>(Ljava/lang/String;I)V
sput-object v1, Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;->Method:Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
new-instance v3, Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
const-string v5, "Constructor"
const/4 v6, 0x2
invoke-direct {v3, v5, v6}, Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;-><init>(Ljava/lang/String;I)V
sput-object v3, Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;->Constructor:Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
new-instance v5, Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
const-string v7, "Type"
const/4 v8, 0x3
invoke-direct {v5, v7, v8}, Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;-><init>(Ljava/lang/String;I)V
sput-object v5, Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;->Type:Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
const/4 v7, 0x4
new-array v7, v7, [Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
aput-object v0, v7, v2
aput-object v1, v7, v4
aput-object v3, v7, v6
aput-object v5, v7, v8
sput-object v7, Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;->$VALUES:[Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
.locals 1
.line 1
const-class v0, Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
return-object p0
.end method
.method public static values()[Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
.locals 1
.line 1
sget-object v0, Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;->$VALUES:[Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
invoke-virtual {v0}, [Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
return-object v0
.end method
@@ -0,0 +1,38 @@
.class public interface abstract Lorg/aspectj/lang/reflect/DeclareAnnotation;
.super Ljava/lang/Object;
.source "DeclareAnnotation.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
}
.end annotation
# virtual methods
.method public abstract a()Lgk/c;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lgk/c<",
"*>;"
}
.end annotation
.end method
.method public abstract b()Ljava/lang/annotation/Annotation;
.end method
.method public abstract c()Lgk/a0;
.end method
.method public abstract d()Ljava/lang/String;
.end method
.method public abstract e()Lgk/y;
.end method
.method public abstract getKind()Lorg/aspectj/lang/reflect/DeclareAnnotation$Kind;
.end method
@@ -0,0 +1,36 @@
.class public Lorg/aspectj/lang/reflect/NoSuchAdviceException;
.super Ljava/lang/Exception;
.source "NoSuchAdviceException.java"
# static fields
.field private static final serialVersionUID:J = 0x2d31373336313830L
# instance fields
.field private name:Ljava/lang/String;
# direct methods
.method public constructor <init>(Ljava/lang/String;)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
.line 2
iput-object p1, p0, Lorg/aspectj/lang/reflect/NoSuchAdviceException;->name:Ljava/lang/String;
return-void
.end method
# virtual methods
.method public getName()Ljava/lang/String;
.locals 1
.line 1
iget-object v0, p0, Lorg/aspectj/lang/reflect/NoSuchAdviceException;->name:Ljava/lang/String;
return-object v0
.end method
@@ -0,0 +1,36 @@
.class public Lorg/aspectj/lang/reflect/NoSuchPointcutException;
.super Ljava/lang/Exception;
.source "NoSuchPointcutException.java"
# static fields
.field private static final serialVersionUID:J = 0x2d31373336313830L
# instance fields
.field private name:Ljava/lang/String;
# direct methods
.method public constructor <init>(Ljava/lang/String;)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
.line 2
iput-object p1, p0, Lorg/aspectj/lang/reflect/NoSuchPointcutException;->name:Ljava/lang/String;
return-void
.end method
# virtual methods
.method public getName()Ljava/lang/String;
.locals 1
.line 1
iget-object v0, p0, Lorg/aspectj/lang/reflect/NoSuchPointcutException;->name:Ljava/lang/String;
return-object v0
.end method
@@ -0,0 +1,166 @@
.class public final enum Lorg/aspectj/lang/reflect/PerClauseKind;
.super Ljava/lang/Enum;
.source "PerClauseKind.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lorg/aspectj/lang/reflect/PerClauseKind;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lorg/aspectj/lang/reflect/PerClauseKind;
.field public static final enum PERCFLOW:Lorg/aspectj/lang/reflect/PerClauseKind;
.field public static final enum PERCFLOWBELOW:Lorg/aspectj/lang/reflect/PerClauseKind;
.field public static final enum PERTARGET:Lorg/aspectj/lang/reflect/PerClauseKind;
.field public static final enum PERTHIS:Lorg/aspectj/lang/reflect/PerClauseKind;
.field public static final enum PERTYPEWITHIN:Lorg/aspectj/lang/reflect/PerClauseKind;
.field public static final enum SINGLETON:Lorg/aspectj/lang/reflect/PerClauseKind;
# direct methods
.method public static constructor <clinit>()V
.locals 13
.line 1
new-instance v0, Lorg/aspectj/lang/reflect/PerClauseKind;
const-string v1, "SINGLETON"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lorg/aspectj/lang/reflect/PerClauseKind;-><init>(Ljava/lang/String;I)V
sput-object v0, Lorg/aspectj/lang/reflect/PerClauseKind;->SINGLETON:Lorg/aspectj/lang/reflect/PerClauseKind;
.line 2
new-instance v1, Lorg/aspectj/lang/reflect/PerClauseKind;
const-string v3, "PERTHIS"
const/4 v4, 0x1
invoke-direct {v1, v3, v4}, Lorg/aspectj/lang/reflect/PerClauseKind;-><init>(Ljava/lang/String;I)V
sput-object v1, Lorg/aspectj/lang/reflect/PerClauseKind;->PERTHIS:Lorg/aspectj/lang/reflect/PerClauseKind;
.line 3
new-instance v3, Lorg/aspectj/lang/reflect/PerClauseKind;
const-string v5, "PERTARGET"
const/4 v6, 0x2
invoke-direct {v3, v5, v6}, Lorg/aspectj/lang/reflect/PerClauseKind;-><init>(Ljava/lang/String;I)V
sput-object v3, Lorg/aspectj/lang/reflect/PerClauseKind;->PERTARGET:Lorg/aspectj/lang/reflect/PerClauseKind;
.line 4
new-instance v5, Lorg/aspectj/lang/reflect/PerClauseKind;
const-string v7, "PERCFLOW"
const/4 v8, 0x3
invoke-direct {v5, v7, v8}, Lorg/aspectj/lang/reflect/PerClauseKind;-><init>(Ljava/lang/String;I)V
sput-object v5, Lorg/aspectj/lang/reflect/PerClauseKind;->PERCFLOW:Lorg/aspectj/lang/reflect/PerClauseKind;
.line 5
new-instance v7, Lorg/aspectj/lang/reflect/PerClauseKind;
const-string v9, "PERCFLOWBELOW"
const/4 v10, 0x4
invoke-direct {v7, v9, v10}, Lorg/aspectj/lang/reflect/PerClauseKind;-><init>(Ljava/lang/String;I)V
sput-object v7, Lorg/aspectj/lang/reflect/PerClauseKind;->PERCFLOWBELOW:Lorg/aspectj/lang/reflect/PerClauseKind;
.line 6
new-instance v9, Lorg/aspectj/lang/reflect/PerClauseKind;
const-string v11, "PERTYPEWITHIN"
const/4 v12, 0x5
invoke-direct {v9, v11, v12}, Lorg/aspectj/lang/reflect/PerClauseKind;-><init>(Ljava/lang/String;I)V
sput-object v9, Lorg/aspectj/lang/reflect/PerClauseKind;->PERTYPEWITHIN:Lorg/aspectj/lang/reflect/PerClauseKind;
const/4 v11, 0x6
new-array v11, v11, [Lorg/aspectj/lang/reflect/PerClauseKind;
aput-object v0, v11, v2
aput-object v1, v11, v4
aput-object v3, v11, v6
aput-object v5, v11, v8
aput-object v7, v11, v10
aput-object v9, v11, v12
.line 7
sput-object v11, Lorg/aspectj/lang/reflect/PerClauseKind;->$VALUES:[Lorg/aspectj/lang/reflect/PerClauseKind;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lorg/aspectj/lang/reflect/PerClauseKind;
.locals 1
.line 1
const-class v0, Lorg/aspectj/lang/reflect/PerClauseKind;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lorg/aspectj/lang/reflect/PerClauseKind;
return-object p0
.end method
.method public static values()[Lorg/aspectj/lang/reflect/PerClauseKind;
.locals 1
.line 1
sget-object v0, Lorg/aspectj/lang/reflect/PerClauseKind;->$VALUES:[Lorg/aspectj/lang/reflect/PerClauseKind;
invoke-virtual {v0}, [Lorg/aspectj/lang/reflect/PerClauseKind;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lorg/aspectj/lang/reflect/PerClauseKind;
return-object v0
.end method