JsonScope.smali 591 B

12345678910111213141516171819202122232425262728293031
  1. .class final Lcom/google/gson/stream/JsonScope;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # static fields
  5. .field static final CLOSED:I = 0x8
  6. .field static final DANGLING_NAME:I = 0x4
  7. .field static final EMPTY_ARRAY:I = 0x1
  8. .field static final EMPTY_DOCUMENT:I = 0x6
  9. .field static final EMPTY_OBJECT:I = 0x3
  10. .field static final NONEMPTY_ARRAY:I = 0x2
  11. .field static final NONEMPTY_DOCUMENT:I = 0x7
  12. .field static final NONEMPTY_OBJECT:I = 0x5
  13. # direct methods
  14. .method constructor <init>()V
  15. .locals 0
  16. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  17. return-void
  18. .end method