tmap/smali_classes3/com/google/common/base/PatternCompiler.smali
2022-06-10 21:38:30 +09:00

20 lines
489 B
Smali

.class interface abstract Lcom/google/common/base/PatternCompiler;
.super Ljava/lang/Object;
.source "PatternCompiler.java"
# annotations
.annotation build Lcom/google/common/annotations/GwtIncompatible;
.end annotation
.annotation runtime Lcom/google/common/base/ElementTypesAreNonnullByDefault;
.end annotation
# virtual methods
.method public abstract compile(Ljava/lang/String;)Lcom/google/common/base/CommonPattern;
.end method
.method public abstract isPcreLike()Z
.end method