InterTypeDeclaration.smali
.class public interface abstract Lorg/aspectj/lang/reflect/InterTypeDeclaration;
.super Ljava/lang/Object;
.source "InterTypeDeclaration.java"
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
# virtual methods
.method public abstract getDeclaringType()Lorg/aspectj/lang/reflect/AjType;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lorg/aspectj/lang/reflect/AjType<",
"*>;"
}
.end annotation
.end method
.method public abstract getModifiers()I
.end method
.method public abstract getTargetType()Lorg/aspectj/lang/reflect/AjType;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lorg/aspectj/lang/reflect/AjType<",
"*>;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/ClassNotFoundException;
}
.end annotation
.end method