SapiJsInterpreters$AbstractInterpreter.smali

.class abstract Lcom/baidu/sapi2/SapiJsInterpreters$AbstractInterpreter;
.super Ljava/lang/Object;
.source "SapiJsInterpreters.java"


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lcom/baidu/sapi2/SapiJsInterpreters;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x400
    name = "AbstractInterpreter"
.end annotation


# instance fields
.field final synthetic a:Lcom/baidu/sapi2/SapiJsInterpreters;


# direct methods
.method constructor <init>(Lcom/baidu/sapi2/SapiJsInterpreters;)V
    .registers 2

    .prologue
    .line 149
    iput-object p1, p0, Lcom/baidu/sapi2/SapiJsInterpreters$AbstractInterpreter;->a:Lcom/baidu/sapi2/SapiJsInterpreters;

    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method


# virtual methods
.method public abstract interpret(Lcom/baidu/sapi2/SapiWebView$Command;)Ljava/lang/String;
.end method