All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.eg.google.gson.stream.JsonScope Maven / Gradle / Ivy

There is a newer version: 2.1.3
Show newest version
package com.eg.google.gson.stream;

final class JsonScope
{
  static final int EMPTY_ARRAY = 1;
  static final int NONEMPTY_ARRAY = 2;
  static final int EMPTY_OBJECT = 3;
  static final int DANGLING_NAME = 4;
  static final int NONEMPTY_OBJECT = 5;
  static final int EMPTY_DOCUMENT = 6;
  static final int NONEMPTY_DOCUMENT = 7;
  static final int CLOSED = 8;
}


/* Location:              D:\Android_Agent\AndroidInstrumentation\SampleApp_RE_code\NewRelic_Android_Agent_5.8.3\newrelic-android-5.8.3\lib\newrelic.android.jar!\com.google.gson\stream\JsonScope.class
 * Java compiler version: 5 (49.0)
 * JD-Core Version:       0.7.1
 */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy